Just playing around with Wordpress / Contact Form 7.
Is it possible / do you know how to add custom javascript function on successful email send event?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
simply add you JavaScript function to your page then find the Additional Settings field at the bottom of the contact form management page and use the
|
|||
|
|

mail_callback(), located in/plugins/contact-form-7/includes/classes.phpthat may be handy, but donnow how... This forum search may be useful as well. – brasofilo Jul 4 '12 at 17:33