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.

Form send in double

  1. Hi,

    When somebody fil in the form and click on submit 2x of 3x than I recieve the form 2x or 3x is it possible that they can only click once or something?

    Cheers,
    Sam

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  2. You can use this code to disable the submit button and change it from your text (normally "Submit") to "Processing..." and prevent multiple inadvertent submissions like that:

    http://pastebin.com/TR1Lu7Tb

    Change the form ID from 116 on line 4 to your form ID, or remove the _116 altogether and it will be applied to all forms.

    This code goes in your theme's functions.php file. You may have to remove the opening < ? php tag depending on where you paste it in.

    Posted 11 years ago on Thursday January 24, 2013 | Permalink