Posts by Madiel França • 9 points
1 post
-
0
votes1
answer58
viewsQ: How to take the url of different forms and validate via javascript
Currently I am doing so and every time I submit the form the alert returns error even with the fields filled correctly $('.form-ajax').on('submit', function(e) { e.preventDefault(); var form =…