Skip to content
Advertisement

How to prevent from double click using php form submission?

JavaScript

When I disable submit button after submitting form to prevent from double click. jquery validation is not working. please give me a suggestion.

disable code:

JavaScript

Advertisement

Answer

You should disable the button after the form has been submitted.

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement