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 ?
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 ?
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
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.
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}
Thanks for such a prompt and useful answer, Carl. Consider it documented!
Incredible software, even better support.