Forums

Easy one, validation, disable submit button

amsgwp 31 Jul, 2008
I'm doing a file upload and want to disable the submit button so people don't hit it more than once, or even popup a message saying to wait while file uploads. I'm using mootools for validation (prototype didn't work), also is it possible to require a file field? If so where do I put it under the validation tab?
GreyHead 31 Jul, 2008
Hi amsgwp.

Try adding
onclick="this.disabled=true;"
inside the Submit button tag. If not, Googling will find you many other suggestions.

Bob
This topic is locked and no more replies can be posted.