Hi, is there a way to POST field data instead of passing them as a Query string when you use redirection as an option?
Hi, is there a way to POST field data instead of passing them as a Query string when you use redirection as an option?
Currently it is not possible to POST field data when using the redirect. We do have plans for an add-on that will allow you to post data to any URL and will work like our MailChimp and Campaign Monitor add-ons that we will be developing for a release in the fall. It will allow you to setup multiple feeds so you could post data to multiple locations from one form submit. Right now the only way to do it would be to use an API hook and write some custom PHP code to post the data post submission.
I think this is relevant to my situation. Once a GF form has been completed, the Submit button redirects to a web file manager that controls client artwork submissions (Rumpus). I'm currently trying to find a way to get GF talking to Rumpus, either by using GF data to pre-populate the contact info fields in the Rumpus form, or include the GF data somewhere (visible or invisible) in the Rumpus submission. If I can use $_GET then this might be possible. I am not a programmer, but I am learning WordPress backend as I go.