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 entries to third party page

  1. Is it possible to pass entries to third party for example a hosted checkout page. I am wanting to send name,address,email and phone to there fields. Is this possible ?

    Posted 12 years ago on Thursday May 12, 2011 | Permalink
  2. Do you mean when a form is submitted you want to redirect the user to a hosted checkout page and pass the field values to that page?

    This is possible, but only if the hosted checkout page supports having data passed to it via the query string.

    You would use the Redirect option on the Confirmation section of the Form Settings. You would configure it to redirect to the URL of the hosted checkout page and then use the query string builder to build a query string that passes the form field values to it.

    You would need to know what query string parameters need to be passed to the hosted checkout for this to work.

    See this screenshot: http://grab.by/a79x

    Posted 12 years ago on Thursday May 12, 2011 | Permalink
  3. Is it possible to pass the values from a drop down menu in the redirect option? I tried this option but I could only make the query string pick up the label names from the drop down, rather than their associated values.

    Posted 12 years ago on Monday June 6, 2011 | Permalink
  4. Yes you can pass the value, but it's an undocumented option. You pass the value by modifying the Merge Tag for the field so that it has :value on the end.

    For example change:

    {Field Name:1}

    To:

    {FieldName:1:value}

    Posted 12 years ago on Monday June 6, 2011 | Permalink
  5. Thanks for such a prompt and useful answer, Carl. Consider it documented!

    Incredible software, even better support.

    Posted 12 years ago on Monday June 6, 2011 | Permalink