| | |
| | | add_action('wp_footer', 'jvbOutputImageTemplates'); |
| | | |
| | | function jvbOutputImageTemplates() { |
| | | if (wp_script_is('jvb-form')) { |
| | | jvbInlineStyles('forms'); |
| | | ?> |
| | | <template class="formSummary"> |
| | | <div class="form-summary"> |
| | | <h2>Success!</h2> |
| | | <div class="message"> |
| | | <p>We're picking up what you're laying down.</p> |
| | | <p>You'll get an email with your response. If you can't find it, check your spam.</p> |
| | | <p>If you need to make any changes, respond to that email.</p> |
| | | <p>You can see a summary of what you wrote below:</p> |
| | | </div> |
| | | <div class="summary"> |
| | | <div class="result"> |
| | | <h4></h4> |
| | | <p></p> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | <?php |
| | | } |
| | | if (wp_script_is('jvb-uploader')) { |
| | | ?> |
| | | <template class="emptyGroup"> |