My process is: Create gravity form, then create a hook gform_after_submission_# function and send the form data to the CRM we use (marketo). I capture the fields using the $entry[x] object. Unfortunately I have to create a function for each form since the ID#s for each field may vary from form to form. Is there another way to pass/capture/retrieve the $entry[x] without using the ID#. LIke using the admin label, or some label? My ultimate goal is to just create one function that handles the form instead of doing it by hand. Thanks.
Or, i know there was talk about ability to send form data to another site in a future release. Is that feature coming soon? Thanks.
I can clarify if needed.