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.

customize submit button

  1. To help with multiple entries - we'd like the "submit" button text to change after clicked to read something like "processing...". I've searched around but can't really find a good/easy way to do this in Gravity Forms. Suggestions?

    Posted 12 years ago on Tuesday December 4, 2012 | Permalink
  2. David Peralty

    This would require some custom JavaScript. A quick search brought up this article for you to look at:
    http://stackoverflow.com/questions/1071012/using-jquery-to-change-input-button-text-back-after-a-few-seconds

    Posted 12 years ago on Tuesday December 4, 2012 | Permalink
  3. I think I am good with coming up with some code. I just am having trouble figuring out where to start... how to loop it into your forms. Where would I put the javascript? Sorry - I am a new learner! Also - is there a way I could just add in an "onclick=" event?

    Posted 12 years ago on Tuesday December 4, 2012 | Permalink
  4. David Peralty

    You would put the JavaScript in your theme's header.php file. It isn't easy to add things like onClick to the submit button. All my best!

    Posted 12 years ago on Tuesday December 4, 2012 | Permalink