PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Stopping multiple form submissions

  1. Hey... just found a quick way to do this...

    Hope this code helps people. Just put it in the <HEAD> section of the page that you wish to control the submit button...

    $(":submit").click(function(){
    	$(this).attr('disabled', 'disabled').val('Please wait...');
    });
    Posted 13 years ago on Tuesday March 1, 2011 | Permalink

This topic has been resolved and has been closed to new replies.