Hi,
When somebody fil in the form and click on submit 2x of 3x than I recieve the form 2x or 3x is it possible that they can only click once or something?
Cheers,
Sam
Hi,
When somebody fil in the form and click on submit 2x of 3x than I recieve the form 2x or 3x is it possible that they can only click once or something?
Cheers,
Sam
You can use this code to disable the submit button and change it from your text (normally "Submit") to "Processing..." and prevent multiple inadvertent submissions like that:
Change the form ID from 116 on line 4 to your form ID, or remove the _116 altogether and it will be applied to all forms.
This code goes in your theme's functions.php file. You may have to remove the opening < ? php tag depending on where you paste it in.