Add Message on AJAX submission

I have custom PHP scripts to adjust the confirmation and notification messages.
However, it is takes a little time to run through validation, custom script and saving the data.

I’m using AJAX form submission and I want to display a message on screen after the submit button has been clicked.

Any suggestions on ways to do this using the GF hooks?

You could customize the ajax spinner image and its position using the following filters:

You can also add a custom onClick event to the submit button to call your own custom script when the button is clicked: https://docs.gravityforms.com/gform_submit_button/#4-append-a-javascript-action-to-the-button

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.