I have a contact us page in my website using ASP.NET
http://sosdeepcleaning.com/contactus.aspx
When clients fill up the form and click submit, it doesn’t show any sign that the page is processing the form, so some of them click on the submit button twice.
How can I prevent them to click it twice? Dialog box? “waiting” bar? Alert?
Any easy solution I can add before Response.Redirect?
Thanks
As said in the previous answer disable the button via jQuery upon first click, if the page is validated. Try the below snippet