Webforms come with some complex components that require additional configuration.
To add an advanced component:
- Navigate to the webform.
- Click "Webform."
- Type the name for a new date component in the text box.
- Select the component type from the "Type" select box.
- Click "Add."
- Click "Save component."
The component types are as follows:
...
A fieldset can contain other fields. After adding a new fieldset:
- Configure the additional options that are supported by Fieldset:
"Collapsible" - If this fieldset is collapsible, the learner may open or close the fieldset by clicking it.
"Collapsed by default" - Select this option to default the fieldset to "closed." The learner must click the fieldset to see the fields inside. - Click the "Save component" button to save the component.
- Proceed to Reordering webform fields, where fields can be moved into the new fieldset.
Grid
A "grid" field asks the same options for multiple questions. After adding the grid component:
- In the "options" text area, define a list of possible options. A "safe key" must be associated with each option. For example:
bad|Bad
good|Good
excellent|Excellent - In the "questions" text area, define the questions that will be asked. A "safe key" must be associated with each question. For example:
quality_of_material|How would you rate the quality of this material?
knowledge_of_topic|How would you rate your knowledge of the topic? - Click "Save component."
Hidden
...