Close on Submit
-
I have contact form 7 page and popup anything. I can’t get the email popup enquiry form to close after client hits submit?
Have tried adding to php.functions:
add_action( ‘wpcf7_mail_sent’, ‘after_send_mail_from_contact_form’ );
function after_send_mail_from_contact_form($contact_form){
// “<script> //Custombox.modal.close(); </script>”;
}Would really appreciate assistance
DarrenThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Close on Submit’ is closed to new replies.