ddd
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -357,6 +357,7 @@ $(window).on('load resize scroll', function() { | ... | @@ -357,6 +357,7 @@ $(window).on('load resize scroll', function() { |
| 357 | 357 | ||
| 358 | 358 | ||
| 359 | document.addEventListener( 'wpcf7submit', function( event ) { | 359 | document.addEventListener( 'wpcf7submit', function( event ) { |
| 360 | console.log('id'+event.detail.contactFormId); | ||
| 360 | if ( '209' == event.detail.contactFormId ) { | 361 | if ( '209' == event.detail.contactFormId ) { |
| 361 | 362 | ||
| 362 | 363 | ... | ... |
-
Please register or sign in to post a comment