Forums
Home / Plugin: Redirection for Contact Form 7 / Access jquery
(@funsail)
5 years, 7 months 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();