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?
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?
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
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?
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!