Introduction

FormCrafts allows you to use form variables to show form input in many places in your form workflow. Example, you can:

  1. Use the responder's name in the email subject
  2. Show a summary of user input on the success text
  3. Perform basic math operations to calculate price, or quotations
  4. Explain the user how their total was calculated

A field can be referenced using its field ID, which is unique to each it and looks like this: field32

A field can also be referenced using its label, like Your Name

To reference the field we use the field ID or field label enclosed in square brackets, like [field32] or [Your Name]

When working with prices and quotations, prefer to use field IDs.

Form variables can be used in custom text fields, form success text, hidden fields, email subject, email content, and other places when configuring add-ons.

How to Use Form Variables

Let us learn with an example.

Create a new blank form. Add a one-line-text field labelled Your Name. Add a checkbox field with the label Choose Cake. The Option List for the Choose Cake field would look like this:

50==Chocolate
60==Vanilla
40==Strawberry
60==Blueberry

The string before == is the price or value of the option, and the string after == is the text visible to the user.

Now we will add a Custom Text field with the shown content:

Note that we use field IDs to reference fields that contain price or value, and field labels for other fields like Name. For math formulas, you can only use field IDs.

You can preview the form and see the form variables in action.

Live updating math formulas
Live updating math formulas

More Form Variables

There are form variables, aside from field values. Certain variables become available once the user submits the form.

[Response Summary]

This contains a summary of all info entered by the responder. This is useful for adding to email content.

Using form content in emails

Other(s)

Form VariablesPurpose
[Response ID]A unique numeric ID given to the response
[Form ID]Unique numeric ID of the form being submitted
[Form Name]Name of the form being submitted
[Time 24]Date and time returned in 24-hour format
[Time 12]Date and time returned in 12-hour format
[Page URL]The URL of the form page
[Page Title]Title of the form page
[Country]Country of the responder
[Division]Division or province of the responder
[City]City of the responder
[Time Taken]Time taken (in seconds) to fill and submit the form
[Random A]Random alphabetic string of length 10
[Random B]Random numeric string of length 10
[Random C]Random alphanumeric string of length 10

In addition, certain add-ons have their own form variables. Example, if you are using Zendesk you have access to the variable [Zendesk Ticket ID].