Hi GF
I have an old manual form which had the following code attached to it which passed the 4 variables to a 3rd party payment gateway:
<form method="POST" action="https://www.thirdpartyurl.com">
<input type="hidden" name="p1" value="field1">
<input type="hidden" name="p2" value=field2">
<input type="hidden" name="p3" value="field3">
<input type="hidden" name="p4" value="field4">
<input type="submit" value="Proceed">
</form>
We have now rebuild this form into a Wordpress website using Gravity Forms and we are trying to pass the same variables across using the following query string:
p1=field1&p2={entry_id}&p3=field3&p4={Display:18}
This does not appear to be working as the 3rd party website needs the fields to be set to "hidden". Is there a way to set these variables as hidden from GF's side?
If you require access to the WP site, etc. please let me know and I will email it to you (for security reasons)
Thanks
Stan