This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
add doc for https://github.com/mautic/mautic/pull/8196 #279
Open
npracht
wants to merge
2
commits into
main
Choose a base branch
from
doc-for-8196
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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 avoid erasing an existing value you wouldn't like to lose. | ||||||
|
||||||
![rebuild](rebuild.png) | ||||||
|
||||||
### Kiosk mode | ||||||
|
@@ -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. | ||||||
|
@@ -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> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.