PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Pass Hidden Query String on Redirect

  1. 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

    Posted 12 years ago on Sunday April 8, 2012 | Permalink
  2. ccappel
    Member

    I'm trying to do the same thing. I don't have much to add, but this seems to require that I post a reply before I can subscribe to this thread.

    Posted 12 years ago on Wednesday April 11, 2012 | Permalink
  3. Are you using the "Hidden Field" field type for those four fields?

    http://www.gravityhelp.com/documentation/page/Hidden

    Posted 12 years ago on Wednesday April 11, 2012 | Permalink