Form does not submit
-
Hi,
I am having some issue with form submission.
The form validates the errors but when there are no errors the ajax call does not send any response and there is a js error.
It is the same ajax call with the first submit(which has errors), I am not sure what is causing this.VM85:149 Uncaught TypeError: Cannot read property ‘data’ of undefined
at Object.error (eval at <anonymous> (jquery.js?ver=1.12.4:1), <anonymous>:149:47)
at Object.request_error (eval at <anonymous> (jquery.js?ver=1.12.4:1), <anonymous>:107:16)
at do_helper (eval at <anonymous> (jquery.js?ver=1.12.4:1), <anonymous>:128:30)
at Object.error (eval at <anonymous> (jquery.js?ver=1.12.4:1), <anonymous>:512:8)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as rejectWith] (jquery.js?ver=1.12.4:2)
at y (jquery.js?ver=1.12.4:4)
at Object.abort (jquery.js?ver=1.12.4:4)
at Object.request (eval at <anonymous> (jquery.js?ver=1.12.4:1), <anonymous>:94:54)
at do_helper (eval at <anonymous> (jquery.js?ver=1.12.4:1), <anonymous>:128:30)
- The topic ‘Form does not submit’ is closed to new replies.