Skip to content

Commit eb8b691

Browse files
authored
Merge branch '5.x' into Rita_main
2 parents 35d7a4b + 64d113d commit eb8b691

File tree

4 files changed

+10
-54
lines changed

4 files changed

+10
-54
lines changed

docs/channels/emails.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,19 @@ For example:
276276
Unsubscribing
277277
*************
278278

279-
Mautic has a built in means of allowing a Contact to unsubscribe from Email communication. You can insert the tokens ``{unsubscribe_text}`` or ``{unsubscribe_url}`` into your Email to have the text or the URL show at your desired location. The unsubscribe text token inserts a sentence with a link instructing the Contact to click to unsubscribe.
279+
Mautic has a built in means of allowing a Contact to unsubscribe from Email communication. You can insert various tokens into your Email to provide unsubscribe options at your desired location:
280+
- ``{unsubscribe_text}``: Inserts a sentence with a link instructing the Contact to click to unsubscribe.
281+
- ``{unsubscribe_url}``: Inserts the URL to the preferences center when it's activated, or to the unsubscribe page if not.
282+
- ``{dnc_url}``: Inserts the URL to unsubscribe from all marketing messages when the preference center is activated.
280283

281284
The unsubscribe URL token inserts the URL into your custom written instructions.
282285

283286
For example:
284287

285288
.. code-block:: html
286289

287-
<a href="{unsubscribe_url}" target="_blank">Want to unsubscribe?</a>
290+
<a href="{unsubscribe_url}" target="_blank">Manage your email preferences</a>
291+
<a href="{dnc_url}" target="_blank">Unsubscribe from all emails</a>
288292

289293
You can find the configuration of the unsubscribe text in the global settings.
290294

docs/components/forms.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To add a new field to your Form:
105105

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

108-
- **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.
108+
- **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.
109109

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

@@ -117,13 +117,13 @@ To add a new field to your Form:
117117

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

120-
- **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.
120+
- **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.
121121

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

124-
- **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.
124+
- **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.
125125

126-
- **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.
126+
- **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.
127127

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

docs/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ There are different types of documentation available to help you navigate your w
167167
plugins/clearbit
168168
plugins/connectwise
169169
plugins/fullcontact
170-
plugins/gmail
171170
plugins/hubspot
172171
plugins/icontact
173172
plugins/mailchimp

docs/plugins/gmail.rst

-47
This file was deleted.

0 commit comments

Comments
 (0)