dd
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -203,7 +203,7 @@ $(window).on('load resize scroll', function() { | ... | @@ -203,7 +203,7 @@ $(window).on('load resize scroll', function() { |
| 203 | 203 | ||
| 204 | 204 | ||
| 205 | document.addEventListener( 'wpcf7submit', function( event ) { | 205 | document.addEventListener( 'wpcf7submit', function( event ) { |
| 206 | if ( '142' == event.detail.contactFormId ) { | 206 | if ( '209' == event.detail.contactFormId ) { |
| 207 | 207 | ||
| 208 | 208 | ||
| 209 | if($(event.target).hasClass('invalid')) { | 209 | if($(event.target).hasClass('invalid')) { | ... | ... |
| ... | @@ -58,7 +58,7 @@ get_template_part( 'global-templates/numbers_hero' ); | ... | @@ -58,7 +58,7 @@ get_template_part( 'global-templates/numbers_hero' ); |
| 58 | </button> | 58 | </button> |
| 59 | </div> | 59 | </div> |
| 60 | <div class="modal-body"> | 60 | <div class="modal-body"> |
| 61 | <?php echo do_shortcode('[contact-form-7 id="142" title="Find a professional planner"]'); ?> | 61 | <?php echo do_shortcode('[contact-form-7 id="209" title="Find a professional planner"]'); ?> |
| 62 | </div> | 62 | </div> |
| 63 | </div> | 63 | </div> |
| 64 | </div> | 64 | </div> | ... | ... |
-
Please register or sign in to post a comment