Validation in forms does not work
-
Good afternoon. Validation in forms does not work for me – the form is sent regardless of whether the fields are filled in or not. At the same time, everything works on your test site – https://conditional-fields-cf7.bdwm.be/form-tester/?hash=defcaddc4adf8a1103f7d89fa2fe5a82.
My form is called in its own popup window. You can check the work here – https://spotipro.ru/#products.
I tried initializing the form with
const $form = jQuery(‘.wpcf7-form’);
wpcf7.init($form[0]);
wpcf7cf.initForm($form);
but still nothing works. Before including your plugin in my form, everything worked for me. What could be the problem?The page I need help with: [log in to see the link]
- The topic ‘Validation in forms does not work’ is closed to new replies.