Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/components/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ To add a new field to your Form:

- **Radio group** - This field provides a group of single-select options with a radio button, sometimes referred to as an option button group.

- **Rating** - This field allows visitors to provide feedback using a visual rating system with stars or other symbols. Commonly used for surveys, product reviews, or satisfaction ratings.

- **Select: Single or multiple choices** - This option shows a dropdown list where a visitor may choose one option. This field also allows multiple selections, which changes the display to a box with the options listed. On a mobile device, a single select box shows a dialog box with radio buttons, and with checkboxes for a multi-select field.

- **Slider** - This field provides an interactive slider control that allows visitors to select a numeric value from a predefined range by dragging a handle along a track. The slider displays the minimum and maximum values at each end and shows the current selected value as the visitor moves the handle.
Expand Down
Loading