Create forms
Superusers are able to create new forms at all levels of the system
Last updated
Superusers are able to create new forms at all levels of the system
Last updated
Step-by-step guide on how to create forms at all system levels.
How to Build a Form
Step 1 - Go to the Django Backend
Step 2 - On the Add Questionnaire Page input the following:
Add name of the questionnaire (MPAC)
2. Add Configurations (start and end date of the form)
3. Select who you want to share the form with
On the Add Questionnaire Sections Page input the following:
Add the created section to its corresponding Form
2. Add a label (select the name of the section)
3. Select the order in which you want the section to show in the Form
3.1 Add questions from the Add Question Tools (located at the top of the page)
Dropdown Questions
Shorttext Questions
Longtext questions
Checkbox Questions
Number Questions
Step 1 - Select the Dropdown box
Step 3 - Add Question Text
Step 5 - Select which section you would like to add questions to
Step 6 - Select Input Type (This will be preselected)
Step 7 - Select Order Number
Step 8 - Select if question is mandatory
Step 9 - Select if question is attached to a parent
Step 10 - Input options in "choices"
Step 11 - Add Question Logic
Step 12 - Save Progress
B - Adding a Longtext Question
Step 1 - Select the Longtext question box
Step 3 - Add Question Text
Step 5 - Select which section you would like to add questions to
Step 6 - Select Input Type (This will be preselected)
Step 7 - Select Order Number
Step 8 - Select if question is mandatory
Step 9 - Select if question is attached to a parent
Step 10 - Input options in "choices"
Step 11 - Add Question Logic
Step 12 - Save Progress
C - Adding a Shortext Question
Step 1 - Select the Shortext question box
Step 3 - Add Question Text
Step 5 - Select which section you would like to add questions to
Step 6 - Select Input Type (This will be preselected)
Step 7 - Select Order Number
Step 8 - Select if question is mandatory
Step 9 - Select if question is attached to a parent
Step 10 - Input options in "choices"
Step 11 - Add Question Logic
Step 12 - Save Progress
Step 1 - Select the Number Question Box
Step 3 - Add Question Text
Step 5 - Select which section you would like to add questions to
Step 6 - Select Input Type (This will be preselected)
Step 7 - Select Order Number
Step 8 - Select if question is mandatory
Step 9 - Select if question is attached to a parent
Step 10 - Input options in "choices"
Step 11 - Add Question Logic
Step 12 - Save Progress