By JoeCotellese on
I have a module that exposes a form with a submit button. How can I prevent the user from submitting multiple times?
Thanks!
Joe Cotellese
FWScan
I have a module that exposes a form with a submit button. How can I prevent the user from submitting multiple times?
Thanks!
Joe Cotellese
FWScan
Comments
drupal_goto
Use drupal_goto() after a successful submission. There are many examples of this in CVS HEAD.