Forms
  • Accessing the Forms Module
  • General Workflow for Forms
    • Creating a Form
    • Listing a Form
    • Form Page Component
    • Page Settings
      • Rename
      • Duplicate
      • Delete
    • Question
      • Duplicate
      • Delete
      • Properties
        • Properties
        • Condition
        • Look up
    • Form Preview
    • Publishing a Form
      • Options Context Menu
        • Open in New Tab
        • Properties
        • Modifying a Form
        • Adding a Form to Favorite
        • Moving a Form
        • Renaming a Form
        • Copying a Form
        • Deleting a Form
    • Form Response
      • Filter Response
        • Filtering Responses by Page
        • Filtering Responses by Date
        • Filtering Responses by Users
    • Form Settings
      • Properties
        • Status
        • Configuration
      • Theme
        • Form Header Theme
        • Page Header Theme
        • Form Body Theme
      • Form Instruction per User
  • Form Options
    • Edit
    • Delete
    • Duplicate
Powered by GitBook
On this page
  • Adding a Question
  • Developing a Question
  1. General Workflow for Forms

Form Page Component

PreviousListing a FormNextPage Settings

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.

Default page for a newly created Form
  • 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.

The Add New Page option

​​

Adding a New Page to Form
Adding a Question to Form
Adding the Question related information and saving a question in Form​