Last updated
Last updated
Variables you collect from the responder directly when they answer a question. Examples: first_name
, dog_breed, pet_type
: Variables you can pass through the URL of the flow. This can be helpful to add in information about the responder that they might not be able to answer directly, like their unique ID, or Common examples: UTM source
, `
you can fetch a new answer from a server that returns JSON responses. This lookup can even use other variables collected with the flow as inputs or parameters. Examples are calling your own healthcare provider database, finding the nearest store location, or looking up current pricing.
: Allow you to define new answers based on other answers present within the flow, by writing simple javascript functions that are evaluated within Formsort. A common example is calculating age from a responderβs inputted date of birth (see )
: Variables you can collect about the responder's experience with your flow. Examples include: current_step_id, is_mobile, is_returning_responder
.
See more:
Manage the data you are collecting from responders and sending to your integrations.