Hi,
Is it possible to add additional functionality after the form has been submitted?
Steps are as follows:
- User submits the Gravity Form (and the entry is automatically saved to the database)
- Form data gets posted to a custom page whereby the data is further validated and then posted to another script (on another domain) via CURL and JSON
- The receiving script will return JSON data, with a "success" parameter of either true or false
- Based on the "success" parameter, the Gravity Form Entry parameter of "registered_third_party" needs to be also updated to true or false
- The normal "Thank you" response is displayed if successful or "Error" message if "success" was false
Is this possible?
Note that I am using the "Personal" License.
Thanks