Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#13368 update form labels #296

Merged
merged 2 commits into from
Nov 3, 2024
Merged
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
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 @@

- **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"}
RCheesley marked this conversation as resolved.
Show resolved Hide resolved

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

Expand All @@ -117,13 +117,13 @@

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

Check warning on line 120 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": 120, "column": 14}}}, "severity": "WARNING"}

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