Submit button not working
-
Hello,
I have 2 forms on my pages and none of them is working. As I click on submit button, nothing happens (no error messages, no email sent).
I’ve already tried to set js and css files permissions in form-maker-frontend folder to 777 but nothing changed.Google Chrome Console errors are:
Uncaught TypeError: Cannot set property ‘3_1’ of undefined
at wd_check_email (main_div_front_end.js:969)
at HTMLInputElement.onchange ((index):533)
wd_check_email @ main_div_front_end.js:969
onchange @ (index):533
4main_div_front_end.js:1553 Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at wd_is_filled (main_div_front_end.js:1553)
at fm_check (main_div_front_end.js:2007)
at fm_submit_form (main_div_front_end.js:1645)
at HTMLButtonElement.onclick ((index):533)
wd_is_filled @ main_div_front_end.js:1553
fm_check @ main_div_front_end.js:2007
fm_submit_form @ main_div_front_end.js:1645
onclick @ (index):533What could I do to solve this issue?
Thanks
marta
The topic ‘Submit button not working’ is closed to new replies.