Multiple Click

  • Thread starter Thread starter Andre
  • Start date Start date
A

Andre

Hi,

Is there a way to prevent multiple click on a button ?

- Change button text to something like "Processing..." and Disable the
button or just disable de button and after that submit the form..

Thank you.
 
You could use JavaScript to hide the form and show another section that
displays a wait message on the "onsubmit" event...

Patrice
 
Back
Top