Show DIV after submit
-
Hello! How are you? I have a problem and would like to know if you can help me.
On my website I have two CCS, one that hides the form when sent successfully is hidden.
.wpcf7-form.sent {display:none;}
–> Works perfectThe other is a DIV ID that has a CCS
#thankyou {display: none;}
The latter was able to show with the following code in advanced options:
on_sent_ok: "$ ('# thankYou'). show ()"
But with the latest changes this stopped working.
How could I replace this with a script or function that works?
Thank you a lot!
The page I need help with: [log in to see the link]
- The topic ‘Show DIV after submit’ is closed to new replies.