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

matt westgate’s picture

Use drupal_goto() after a successful submission. There are many examples of this in CVS HEAD.