Jquery.validation.ms.js error on submit

Support forumCategory: QuestionsJquery.validation.ms.js error on submit
brian asked 5 years ago
Hello, I am getting a error in the inspection console each time I click submit. I am not taken to the woocommerce cart and no booking is made or sent to google calendar. I am using /cart/ for the redirect. I can create a booking in google Calendar and it shows blocked out time on website calendar. https://www.screencast.com/t/FGVvahIdk2 There is an error each time I click submit.  Cancel button does nothing What form looks like https://www.screencast.com/t/UiAUg4gS Live link to test page. https://www.asanctuaryforhealing.net/test/ Questions or Suggestions? Thank you
3 Answers
Nikola Loncar Staff answered 5 years ago
Hi, can you please share the link to that page? Maybe there is some conflict between current code on site. Best regards, Nikola
brian replied 5 years ago

Perhaps.
The link is in the above post/question.
It says “test.”
For some reason it converted the link to a post.

https://www.asanctuaryforhealing.net/test/

Nikola Loncar Staff answered 5 years ago
Hi Brian, for some reason template that is used there is not right. It is altering form and result of that is non working validation. :( template goes like this:
<div class="ea-bootstrap" style="max-width: <%= settings.width %>;">
<form class="form-horizontal">
and on your site is:
<div class="ea-bootstrap" style="max-width: <%= settings.width %>;"
<form class="form-horizontal">
can you please check file ea_bootstrap.tpl.php for that missing part? Best regards, Nikola
brian replied 5 years ago

Indeed, that was causing the error.
Everything is working as it should now.

Very grateful for your help and this wonderful plugin with the add on Extension.

Continued Success Nikola!

Nikola Loncar Staff answered 5 years ago
Hi Brian, you're welcome :)   Best regards, Nikola