After i hit 'Submit' button how can i disable it without waiting for the page to load? The problem with that is i can click the button twice and therefore its sending email twice. Regards
Printable View
After i hit 'Submit' button how can i disable it without waiting for the page to load? The problem with that is i can click the button twice and therefore its sending email twice. Regards
You probably need to write some client side script to disable the button as soon as it is clicked.
kulitag check this thread here i think it's what you need.