Additional settings / Dom elements
-
Hello,
1st of all thank you for your great plugin!!!
I’m writing as I have an issue with Additional settings.
In the past I had a simple line that worked well
on_sent_ok: "$('#bigIntro').addClass('feedback');"Now it does fire no more. I’ve tried to use the Dom events as you write but it has no effect neither.
var wpcf7Elm = document.querySelector( 'div.wpcf7' ); wpcf7Elm.addEventListener( 'wpcf7mailsent', function( event ) { $('#bigIntro').addClass('feedback'); }, false );I see no error messages in console, no hint… 🙁
Would you please have any advice?
Thanks in advance,
JanThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Additional settings / Dom elements’ is closed to new replies.