Form Page Component

This section aims at describing the various components provided on the page.

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

  • The user can start adding questions to the default page.

  • Click the Add New Page icon to create a new page.

  • The Create Page dialog box opens.

  • Provide Page Name.

  • Click the Save option.

  • A notification message appears.

  • The page gets added to the form.

Adding a Question

  • Click the Add New Question icon.

  • A success message appears.

  • The question related fields get added to the Form.

Developing a Question

  • Provide the following information to develop a question:

    • Question: Insert the question text in the given field.

    • Select Answer Type: Select an answer type using the drop-down menu

      • The following Answer Types options are provided:

        • 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.

  • Field Identifier: Data in Forms are stored in JSON format. The Field identifier is a key, and answers are valued; it helps to extract the required data from the DB.

  • Option: Provide the relevant option. This field appears bade on the selected answer type option. (Here, the selected answer type is Checkbox)

  • Use the Add option button to add more options

  • Use the Add other option with input after adding more than 2 options.

  • Click the Question Save icon to save the question information.

  • The newly added question gets saved, and a success message appears confirming the action.

Please Note:

  • These options appear only for Radio Button, Checkbox, Drop-down, Multi-Select Dropdown answer type.

  • Click the Question Settings icon to get the Question Settings information.