0

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?

NateShumate
  • 292
  • 1
  • 8

1 Answers1

1

You can try hiding the submit button on click

Nick Hooked
  • 440
  • 1
  • 5
  • 19