Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

add doc for https://github.com/mautic/mautic/pull/8196 #279

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion pages/11.Components/03.Forms/01.Managing Forms/docs.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ As of [Mautic 2.10.0][release-2.10.0] you are now able to match form fields with

As of [Mautic 2.2.0][release-2.2.0], for fields that include select lists (select, radio, checkboxes), options can be synced with the contact field itself. No more having to manually keep them in sync! If a custom field's list is updated, simply rebuild the form's HTML.

As of [Mautic 4.1.0][release-4.1.0], you can decide to skip saving the value if you already have a value for the contact or company field. This might help you to avoid erasing an existing value you wouldn't like to lose.
npracht marked this conversation as resolved.
Show resolved Hide resolved

![rebuild](rebuild.png)

### Kiosk mode
Expand Down Expand Up @@ -113,7 +115,7 @@ The contact field's alias can be obtained from the table when viewing Contacts -
<input id="mauticform_input_democampaignform_email" name="mauticform[email]" value="" placeholder="[email protected]" class="mauticform-input" type="email">
<span class="mauticform-errormsg" style="display: none;">This is required.</span>
</div>

### Pre-populate the values automatically in an email

Embed the tokens `{contactfield=FIELDALIAS|true}`, one for each contact specific information you want to pre-populate the form with, into the URL, assigning them to the name of your form field.The |true tells Mautic to URL encode the value so that it works in the browser.
Expand All @@ -134,3 +136,4 @@ So, what happened is `{pagelink=1}` was converted into the landing page URL and
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0>
[release-2.3.0]: <https://github.com/mautic/mautic/releases/tag/2.3.0>

[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0>
[release-2.10.0]: <https://github.com/mautic/mautic/releases/tag/2.10.0>

[release-2.15.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.15.0>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[release-2.15.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.15.0>
[release-2.15.0]: <https://github.com/mautic/mautic/releases/tag/2.15.0>

[release-4.1.0]: <../../../../index.php.com/mautic/mautic/releases/tag/4.1.0>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[release-4.1.0]: <../../../../index.php.com/mautic/mautic/releases/tag/4.1.0>
[release-4.1.0]: <https://github.com/mautic/mautic/releases/tag/4.1.0>