The Form element allows you to capture user data, such as name, email, phone, or any other type of information. It’s ideal for registration pages, contact forms, or result personalization in the quiz. What it’s for:
  • Collect name, email, phone, or any custom data.
  • Create contact or conversion forms.
  • Personalize the experience based on the information filled out.
What you can configure: Animation:
  • Define how the form will appear on screen (e.g., Appear).
Fields:
  • Title: field name (e.g., Name, Email, Phone).
  • Type: choose the data type (Text, Email, Number, etc.).
  • Placeholder: text displayed inside the field before filling.
  • Icon: select a visual icon to illustrate the field.
Submit button:
  • Customize the text (e.g., Send, Continue).
  • Style with colors and formatting.
  • Change the entry animation.
Custom Colors:
  • Background: background color.
  • Focus: button color.
  • Borders: field border colors.
  • Text: text and placeholder color.
Save result in variable (required) For form data (such as name, email, phone, etc.) to be recorded correctly, you need to create and select a variable for each field. This variable works as a “data holder” that stores the information entered by the user — and allows it to be used in other stages of the quiz or sent to external tools (such as CRMs and email automations). Example:
  • Name → variable: name
  • Email → variable: email
This way, you can use this data in the final result, or send it to RD Station, ActiveCampaign, and more. Without a variable, the field won’t be saved and the form cannot be filled out or submitted during the quiz. Usage tip: Use the form at the beginning to capture lead data, or at the end to make a personalized offer. Combine with redirection to send the user to a new page or external system.