Forums
Forums / Plugin: Redirection for Contact Form 7 / Access jquery
(@funsail)
7 years, 1 month ago
It seems you can’t access jquery functions in the after form js box. Is this true?
eg using ('form.wpcf7-form').serialize()
('form.wpcf7-form').serialize()
(@yuvalsabar)
You can access jQuery. It should be: jQuery('form.wpcf7-form').serialize();
jQuery('form.wpcf7-form').serialize();
The topic ‘Access jquery’ is closed to new replies.