Where exactly DOM Events code should be placed ??
-
Hi ,
I need execution of html and javascript code on contact form submission . How can I acheive this ??
If it is through DOM events where the code should be placed and which code (just syntax) because the below mentioned code is not working for me , I added that code in Additional Settings
document.addEventListener( ‘wpcf7submit’, function( event ) {
alert( “Fire!” );
}, false );Any help is highly appreciated …
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Where exactly DOM Events code should be placed ??’ is closed to new replies.