Skip to content

Commit

Permalink
Merge branch '5.x' into UX-Change-how-the-ways-to-implement-a-form-ar…
Browse files Browse the repository at this point in the history
…e-called
RCheesley authored Jun 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 47e8041 + 9dbc61c commit a5db09b
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/components/forms.rst
Original file line number Diff line number Diff line change
@@ -276,8 +276,8 @@ Progressive profiling
Progressive profiling is a powerful feature used to reduce the length of Forms by hiding all the fields that are already known. This prevents your Contacts from feeling overwhelmed by massive Forms and even reduces the time it takes to fill out a Form if fields are already known to your Mautic instance and thus hidden for the Contact.

Configuration
==============
Configuration of progressive profiling
======================================

There are two ways to configure a Form Field to only display when the asked values are unknown.

2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -74,4 +74,6 @@
r"https://support.twilio.com/*",
# This is a demo URL and should not be checked
r"https://api-ssl.bitly.com/*",
#This domain blocks the checker.
r"https://linuxize.com/*",
]
4 changes: 2 additions & 2 deletions docs/configuration/command_line_interface.rst
Original file line number Diff line number Diff line change
@@ -103,8 +103,8 @@ These are the commands you may need to use in relation to your Mautic instance.
-
* - ``mautic:contacts:deduplicate``
- Merge Contacts based on same unique identifiers

* - ``mautic:contacts:scheduled_export``
-
* - ``mautic:contacts:scheduled_export``
- Processes exports of Contacts to a CSV file and sends the results via Email.
-
* - ``mautic:custom-field:create-column``
2 changes: 1 addition & 1 deletion docs/plugins/zoho_crm.rst
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Zoho CRM

.. vale on
Mautic can push a Contact to :xref:`Zoho CRM` based on :doc:`Actions<Campaign actions> ` or :doc:`points trigger<Points Triggers>`.
Mautic can push a Contact to :xref:`Zoho CRM` based on Campaign :ref:`Actions` or :ref:`Point triggers`.

Language configuration warning
******************************
2 changes: 1 addition & 1 deletion docs/troubleshooting/file_ownership_permissions.rst
Original file line number Diff line number Diff line change
@@ -110,6 +110,6 @@ To reset the ownership of files and folders, use the following command - ensurin
.. vale off
This command **ch-**anges **own-**ership, using the ``-R`` flag which means recursively - including all files/folders within that location. Read more about the :xref:`Linux chown command`.
This command **ch-** anges **own-** ership, using the ``-R`` flag which means recursively - including all files/folders within that location. Read more about the :xref:`Linux chown command`.

.. vale on

0 comments on commit a5db09b

Please sign in to comment.