Skip to content

Commit

Permalink
Update forms.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonjeccel committed Apr 24, 2024
1 parent 9f261b2 commit ec81365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/components/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ To add a new field to your Form:

- **Hidden** - This field won't be visible on the Form, but include default values, saved along with the Form submission, for reporting or internal tagging purposes.

- **List - Country** - This populates Mautic's default, non-editable country list. To use a custom list you should make use of the Select field type and manually enter the countries you would like to include.
- **Select: Country** - This populates Mautic's default, non-editable country list. To use a custom list you should make use of the Select field type and manually enter the countries you would like to include.

Check warning on line 108 in docs/components/forms.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Colons] ': C' should be in lowercase. Raw Output: {"message": "[Google.Colons] ': C' should be in lowercase.", "location": {"path": "docs/components/forms.rst", "range": {"start": {"line": 108, "column": 14}}}, "severity": "WARNING"}

- **Page break** - This allows marketers to break up the Form into multiple parts or field groupings.

Expand All @@ -117,13 +117,13 @@ 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.

- **Select** - 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.
- **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.

- **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** - 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.
- **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.

Check warning on line 124 in docs/components/forms.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Colons] ': S' should be in lowercase. Raw Output: {"message": "[Google.Colons] ': S' should be in lowercase.", "location": {"path": "docs/components/forms.rst", "range": {"start": {"line": 124, "column": 12}}}, "severity": "WARNING"}

- **Text area** - Similar to the text field, but without the 255 character limitation. The text area field has a character limit of 65,535 characters.
- **Text: Paragraph** - Similar to the text field, but without the 255 character limitation. The text area field has a character limit of 65,535 characters.

Check warning on line 126 in docs/components/forms.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Colons] ': P' should be in lowercase. Raw Output: {"message": "[Google.Colons] ': P' should be in lowercase.", "location": {"path": "docs/components/forms.rst", "range": {"start": {"line": 126, "column": 12}}}, "severity": "WARNING"}

- **URL** - This field validates the entry as being in the expected format for a URL, including ``https://`` or ``http://``

Expand Down

0 comments on commit ec81365

Please sign in to comment.