Wiki source code of Create A Questionnaire
Last modified by David Stadnyk on 2026/04/21 15:55
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{include reference="KBArticleHeader.WebHome"/}} |
| 2 | |||
| |
12.1 | 3 | = Create a Questionnaire = |
| |
1.1 | 4 | |
| |
12.1 | 5 | Questionnaires allow you to create custom online forms for your members, such as waivers, health forms, PAR-Qs, and more. |
| |
1.1 | 6 | |
| |
12.1 | 7 | ---- |
| |
1.1 | 8 | |
| |
12.1 | 9 | == Navigating to Questionnaires == |
| |
1.1 | 10 | |
| |
12.1 | 11 | 1. Click **Setup** in the left-hand navigation sidebar. |
| 12 | 1. Hover over **Personalize** to expand its submenu. | ||
| 13 | 1. Click **Questionnaires**. | ||
| |
1.1 | 14 | |
| |
12.1 | 15 | This opens the **Questionnaires** list, which displays all existing questionnaires with the following columns: |
| |
1.1 | 16 | |
| |
12.1 | 17 | |=Column|=Description |
| 18 | |**ID**|A unique identifier for the questionnaire. | ||
| 19 | |**Name**|The name of the questionnaire. | ||
| 20 | |**Mandatory**|Whether the questionnaire is mandatory for members to complete. | ||
| 21 | |**Self Registration**|Whether the questionnaire is presented to members who self-register. | ||
| 22 | |**Status**|Whether the questionnaire is currently Enabled or Disabled. | ||
| 23 | |**Actions**|Links to Enable/Disable, Edit, or Delete the questionnaire. | ||
| |
1.1 | 24 | |
| |
12.1 | 25 | ---- |
| |
1.1 | 26 | |
| |
12.1 | 27 | == Creating a New Questionnaire == |
| |
1.1 | 28 | |
| |
12.1 | 29 | Click **Add New** in the top right of the Questionnaires list to open the **Add Questionnaire** screen. |
| |
1.1 | 30 | |
| |
12.1 | 31 | === Settings === |
| |
1.1 | 32 | |
| |
12.1 | 33 | Configure the following options before building the questionnaire: |
| |
1.1 | 34 | |
| |
12.1 | 35 | |=Field|=Description |
| 36 | |**Name** //(required)//|The name of the questionnaire. | ||
| 37 | |**Mandatory**|If set to //Yes//, all members will be required to complete this questionnaire. | ||
| 38 | |**Tagged to Self Registration**|If set to //Yes//, members who self-register will be prompted to complete this questionnaire. | ||
| 39 | |**Digital Acceptance Required**|If set to //Yes//, members must digitally accept the questionnaire before submitting. | ||
| |
1.1 | 40 | |
| |
12.1 | 41 | === Building the Questionnaire === |
| |
1.1 | 42 | |
| |
12.1 | 43 | Use the three buttons below the settings to add fields to the questionnaire: |
| |
1.1 | 44 | |
| |
12.1 | 45 | * **Add Text Field Only** – Adds a block of text with no response field. Use this to introduce the questionnaire or provide instructions to the member. It is recommended to start every questionnaire with a Text Field. |
| 46 | * **Question with Text Answer** – Adds a question with a free-text response field. A mandatory setting can be configured for each question individually. | ||
| 47 | * **Question with YES | NO** – Adds a question with a Yes/No response. A mandatory setting can also be configured per question. | ||
| |
1.1 | 48 | |
| |
12.1 | 49 | Add as many fields as needed. Each field appears as a row in the builder with a text entry area and the following controls on the right: |
| |
1.1 | 50 | |
| |
12.1 | 51 | * **Mandatory** dropdown //(Questions only)// — Set to //Yes// or //No// to control whether the question is required. Text Fields do not have a mandatory setting. |
| 52 | * **▼ / ▲ arrows** — Move the field down or up to reorder it within the questionnaire. | ||
| 53 | * **Remove** – Deletes the field from the questionnaire. | ||
| |
1.1 | 54 | |
| |
12.1 | 55 | Once complete, click **Save and Exit** to save the questionnaire, or **Back** to return to the Questionnaires list without saving. |
| |
1.1 | 56 | |
| 57 | {{include reference="KBSupportCTA.WebHome"/}} |