diff --git a/docs/components/forms.rst b/docs/components/forms.rst index 9678abe9..5bd65a3d 100644 --- a/docs/components/forms.rst +++ b/docs/components/forms.rst @@ -119,6 +119,8 @@ To add a new field to your Form: - **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. + - **Social login** - This allows the visitor to connect their Twitter, Facebook or LinkedIn profiles with their Contact record. You must configure the Plugin for the social network before using this field. - **Text: Short answer** - This field shows a text box with 255 characters available. Common uses include specifying the visitor's first name, last name, city, and so forth.