Posts by Rodrigo Augusto • 11 points
1 post
-
1
votes2
answers420
viewsA: PHP - Form with validation of fields sent over and over
For those who want to maintain the value validation of the Submit button and are using jquery there is the following solution. var formEnviado = false; $("#form").on("submit", function() {…