I want to be able to submit a form, post to the WordPress database, and then submit the data via ajax to a remote service.
The user would hit submit, the page would refresh (because Gravity verified and saved the data) and the user would see a spinner while the ajax post to the remote service is executing until they finally get their confirmation.
So any examples? Would you use gform_after_submission
?