Cherry-pick: "Update forms.rst" to 6.0#624
Merged
RCheesley merged 10 commits intomautic:6.0from Feb 5, 2026
Merged
Conversation
Added the tokens that can be used in a form submit action.
Co-authored-by: Ruth Cheesley <ruth@ruthcheesley.co.uk>
Co-authored-by: Ruth Cheesley <ruth@ruthcheesley.co.uk>
Co-authored-by: Ruth Cheesley <ruth@ruthcheesley.co.uk>
Member
|
@adiati98 is this the right PR in the description? I think it's not related to this PR, or I couldn't obviously see the connection. |
Contributor
Author
|
Gosh... Thanks for pointing it out! The PR reference in |
This was referenced Feb 5, 2026
Contributor
Author
|
@RCheesley I'm re-opening this PR with reasons in the comment. The rest of the changes that are not in the original PR was me fixing things that needs to be fixed in this PR rather than creating a new PR. Sorry for the confusion! 🙇🏼♀️ |
adiati98
commented
Feb 5, 2026
Comment on lines
+86
to
+98
| .. list-table:: | ||
| :widths: 25 25 50 | ||
| :header-rows: 1 | ||
|
|
||
| * - Placeholder | ||
| - Replace with | ||
| - How to find the value | ||
| * - ``{contactfield=ALIAS}`` | ||
| - Replace ``ALIAS`` with a value from the Contact's field. | ||
| - Refer to :doc:`/contacts/custom_fields` to find aliases in the Custom Fields. | ||
| * - ``{formfield=ALIAS}`` | ||
| - Replace ``ALIAS`` with the Form's **Matching field**. | ||
| - If not set yet, click the pencil icon on the field card to edit it, then select a field from the **Matching field** dropdown menu, under the :ref:`Mapped Field <Mapped field>` tab. |
Contributor
Author
There was a problem hiding this comment.
These are the changes from the original PR: a724d1a
I turned the changes into table for better read and understanding.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR cherry-picks #316 into the 6.0 branch.
Referring to the
mautic/mauticPR:Linked issue
Screenshots or screen recordings