Hey there!
I have a client that I'm using Gravity Forms to have people submit a request for more information. The native Gravity Forms functionality which is sending the email request to the client works like a charm. However, the client wants the form to automatically submit the requester's info to their Salesforce.com account, so the requester is automatically entered into the CRM. I have written a separate script for that which works fine on its own.
Where I'm having trouble is having the Gravity Form submit to BOTH URLs (the native URL which sends the email and the external script which submits to Salesforce). Currently, I'm using jQuery and AJAX to submit to Salesforce, but it overrides the native "success message" from Gravity Forms.
Any suggestions on how I can submit to two scripts at the same time?
Thanks in advance,
--eric