Merge Tags
Overview
Gravity Forms uses merge tags to dynamically insert submitted field values and other relevant information into notifications, confirmations, post content templates, and more. This article offers a quick reference guide and links to detailed documentation for each tag.
Note: Not all merge tags are supported in every context where merge tags are accepted. For instance, some merge tags can’t be used as default values. Be sure to review the individual documentation pages for usage guidelines and limitations.
Articles
{entry} Merge Tag
Can be used in areas such as notifications and confirmations to display entry properties after the entry has been saved.
{form_id} Merge Tag
Displays the ID of the submitted form.
{form_title} Merge Tag
Displays the title of the submitted form. Can be used in areas such as notifications and confirmations to access form properties.
{ip} Merge Tag
Displays the form submitter’s IP address.
{payment_action} Merge Tag
The {payment_action} merge tag can be used in notifications assigned to events added by payment add-ons such as Authorize.net, PayPal Standard, PayPal Payments Pro, and Stripe to output details of the event which triggered the notification.
{post_edit_url} Merge Tag
Displays the edit URL for the post which was created during submission.
{post_id} Merge Tag
Displays the ID of the post which was created during submission.
{pricing_fields} Merge Tag
Displays the product/order table in a confirmation or notification.
{quiz_grade} Merge Tag
Checking this adds a Select All option to the top of the checkboxes list which allows the user to select all of the available list items.
{quiz_passfail} Merge Tag
Displays either Passed or Failed based on the Pass/Fail settings configured in the Quiz Settings.