Hi,
When my form is submitted i post the data to an external url using gform_post_submission and redirect the user based on the response.
This can sometimes take a couple of minutes and i find that impatient users are repeatedly hitting submit and thus posting the form multiple times.
How would I disable the submit button after it has been pressed to stop this happening? and is it possible to also show a 'please wait...' message whilst they are waiting for a response?
Thanks,