Skip to main content

Form

Create a New Form

In order to create a "Form" Flow Step, you first need to create a Form.

In the Zyphe Dashboard, navigate to the Forms section and click on the Create button.

info

A Form can be reused in multiple different Flow Steps.

Section

A form is composed of one or more sections. Each section will be displayed to the user as a separate page.

Each section is composed of one or more items.

Item

An item is one of the following types:

  • Input Field: A form input field.
    • Name: The "machine-friendly" name of the field. This will be used for the JSON entry key.
    • Label: The user-facing label of the field.
    • Type: Text, Textarea, Checkbox, Date
    • Required: Whether the field is required or not.
  • Separator: A line that visually separates items within a section.
  • Plaintext: Plain text displayed to the user in the form of one or more paragraphs.

Customize Settings

  • Name: The name of the flow step. It will be used to identify the step in the flow.
  • Form: The form to be embedded in the flow step.
  • Success Button Label: A custom label for the Continue button that is shown once the step is completed.