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
Page 1 opens by default for a newly created Form.
Navigate to the Form Landing Page and open the desired form.
Click the Add New Page icon.
The Create Page dialog box opens.
Provide a Page Name.
Click Save.
Adding a New Question
Steps
Click the Add New Question icon on the page.
A success message appears.
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.
Last updated