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

Update forms.rst #316

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
9 changes: 8 additions & 1 deletion docs/components/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ The available details fields are:
* **Display message** - shows a message over the Form once the Contact has submitted the Form.
- **Redirect URL/Message** - If you decide to use the Redirect URL successful submit action, paste the URL where you'd like to direct submitters. If you use Display message, enter the message to display.

.. note::
Mautic parses the following tokens in the **Redirect URL/Message** field:
- `{contactfield=ALIAS}` replacing it with the value of the current Contact's field, if any.
- `{formfield=ALIAS}` replacing it with the value entered into the specified Form field, if any.
- `{pagelink=PAGE_ID}` replacing it with an absolute URL to the page with the specified ID.


.. image:: images/forms/standalone_form.png
:width: 600
:alt: Screenshot showing standalone Form
Expand Down Expand Up @@ -527,4 +534,4 @@ To apply domain name filtering on a Mautic Form, add an Email field to the Form
:width: 600
:alt: Screenshot showing domain blocking used in a Mautic Form

It's advised to provide a helpful message to display if the visitor tries to use an Email address from a blocked domain, to help them understand what the problem is.
It's advised to provide a helpful message to display if the visitor tries to use an Email address from a blocked domain, to help them understand what the problem is.
Loading