I have a form with validation, I need to prevent multiple form submission during lag time before redirect. Any ideas on how to do this while maintaing a good user experience?
Asked
Active
Viewed 51 times
0
-
hiden token field and session variable – Steve Mar 20 '14 at 15:50
-
Hide the submit button on submit. – Diodeus - James MacFarlane Mar 20 '14 at 15:55
-
Hidden token looks like it might be the way to go. – NateShumate Apr 01 '14 at 20:55