Merge Tags
Gravity Forms uses merge tags to allow you to dynamically populate submitted field values and other dynamic information in notification emails, post content templates, and more! This article provides a quick grouping for reference, and directs you to the more detailed reference document for each tag.
Form Related Merge Tags
See these articles:
[embed url]
(https://docs.gravityforms.com/embed_url/)
Field Related Merge Tags
This article covers the basic format for adding fields with a merge tag, as well as all the possible modifiers that can be added.
See this article for information on the all_fields merge tag
Custom fields can be referenced by a merge tag also, see this article
See the following pages for details about merge tags for fields that provided by official add-ons:
Merge tags and modifiers that are specific to a particular field type can be found from within the specific field user guide documentation.
- Gravity Forms Standard Fields
- Gravity Forms Advanced Fields
- Gravity Forms Pricing Fields
- Gravity Forms Post Fields
Entry Related Merge Tags
See these articles related for tags related to entries:
There is an older tag {entry_id} that is still supported, but the entry id can be obtained by the more powerful {entry} meta tag.
User Properties Merge Tag
See this article.
Post Field Merge Tags
See these articles:
[embed post]
(https://docs.gravityforms.com/embed_post-merge-tag/) - custom field - post edit url - post images
Other Merge Tags
{today} The {today} merge tags can be used in field default value settings, notifications, confirmations, and with some add-ons to output the date and/or time the merge tag is processed.
{date_mdy} Displays the current date in the MM/DD/YYYY format.
{date_dmy} Displays the current date in the DD/MM/YYYY format.
{pricing_fields} Displays the product/order table in a confirmation or notification.
{referer} Displays the address of the page which referred the user agent to the current page.
{admin_email} Displays email address configured on the WordPress > Settings > General page.
{helpscout:[prop]} Displays Help Scout conversation properties.