Setting Up Form Field Mappings for a Typeform Form

Have more questions? Submit a request

This guide explains how to configure form field API mappings so you can pass values from your form into variables used in logic within your BookIt for Forms Flowbuilder graph.

These mappings are set within the Trigger Node of your router graph.

Configuring Your Redirect URL 

In the URL redirect input box shown below, enter in the URL of the thank you page or page you would like to redirect to upon submission of the form and display the BookIt calendar on.

 

You’ll pass the data you want to use for LeanData BookIt routing through URL parameters on the redirect URL.

Use the following format:

https://redirecturl.com?<Desired Field Name 1>=<Desired Variable 1>&<Desired Field Name 2>=<Desired Variable 2>
  • Start by appending a ? to the base URL to indicate the beginning of URL parameters.

  • For each parameter, specify the parameter name on the left side of = and the value on the right side.

  • Separate multiple parameters using &.

To insert variables dynamically, click the + icon next to the redirect URL field and select the appropriate variable from the dropdown list.

 

Adding Your Field Mappings 

Now you can add the field mappings in your Trigger Node:

  • If available, select from the list of default variable options.

  • Otherwise, define your own variable name and specify its type (e.g., string, email, phone).

 

 

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share