/
How to: Logically show/hide grouped sections
How to: Logically show/hide grouped sections
Step-by-step guide
- Select Module in the top left banner then select the appropriate module name link.
- Select the Forms tab then select the Default name link.
- Select the drop down to the right of Palette, and select Separator.
- Drag and drop the Section Start from the Palette on the right to the form Canvas on the left.
(This begins the section for the grouping) - On the Section Start within the Canvas select the wrench icon in the top right to edit.
- Select the Check Box "Apply Display and Read Only conditions to this entire section."
- Set the Display Condition by typing a conditional statement using JavaScript.
(Example- " form.data.<Control-InternalNameHere> === '<Control-ValueHere>' " )
(Example- " form.data.customSelectList1 === 'SelectedListValue' " ) - Then drag and drop the Section End from the Palette on the right to the form Canvas on the left placing it below the Section Start.
(This ends the section for the grouping) - Check to make sure the form items you would like to be in the section group are between the Section Start and Section End.
- Select Save in the upper right, the controls within the section will only be visible when the Display Condition statement is true.
(Such as a check box form control containing selected(checked), or a check box form control not containing selected(checked))
Related articles
Related content
How do I use a section to hide/show an entire section based on a condition?
How do I use a section to hide/show an entire section based on a condition?
More like this
How do I hide a field based on state?
How do I hide a field based on state?
More like this
How do I make a field show or hide based on another field’s value?
How do I make a field show or hide based on another field’s value?
More like this
How do I hide and show a field based on another field's content?
How do I hide and show a field based on another field's content?
More like this
How to: Advance Heading Customization
How to: Advance Heading Customization
More like this
How do I make a field show or hide based on a User's Role?
How do I make a field show or hide based on a User's Role?
More like this