Form Page Component

Users can organize forms into pages and add questions to collect data efficiently. This section explains the steps to add pages and develop questions within a form.

Adding a New Page

Steps

  1. Page 1 opens by default for a newly created Form.

  2. Navigate to the Form Landing Page and open the desired form.

  3. Click the Add New Page icon.

  4. The Create Page dialog box opens.

  5. Provide a Page Name.

  6. Click Save.

Adding a New Question

Steps

  1. Click the Add New Question icon on the page.

  2. A success message appears.

  3. The question-related fields are added to the form.

Developing a Question

Required Information

  • Question Text: Enter the text for the question.

  • Answer Type: Select from the drop-down menu. Available options include:

    • Radio Button

    • Checkbox

    • Dropdown

    • Multi-Select Dropdown

    • Textbox

    • Number

    • Textarea

    • Date Picker

    • Time

    • Email

    • Password

    • HTML Editor

    • Attachment

    • Label

    • Group Question

  • Display Name: Displays the inserted question text in the form.

  • Field Identifier: Key used to store answers in JSON format for database extraction.

  • Option Values: Add options based on the selected answer type (e.g., Checkbox or Dropdown).

    • Use the Add Option to add more choices.

    • Use Add Other Option with Input if additional custom input is needed.

Saving a Question

  • Click the Question Save icon.

Notes:

  • Option fields are available only for Radio Button, Checkbox, Dropdown, and Multi-Select Dropdown types.

  • Click the Question Settings icon to access additional configuration options for the question.

Last updated