Answer the question
In order to leave comments, you need to log in
How to fix form validation on landing page?
there is a landing page where there are feedback forms when you click on the links
when you click on "leave a request", the form validation is checked for correctness
But there is a problem, the check occurs only in the modal window when you click on "FREE
EXPRESS AUDIT", when opening others, validation is not checked.
Can someone suggest what is wrong?
Validation for correctness in the scripts.js
v2.verstkalp.esy.es file
Answer the question
In order to leave comments, you need to log in
Your script:
$(document).ready(function(){
$('.my_form').validate({
...
$(document).ready(function(){
$('.my_form').each(function() {
$(this).validate({
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question