Merge Tags
GravityView can use all Merge Tags available in Gravity Forms, and also offers additional Merge Tags.
Merge Tags can be used in many ways:
- Create unique content per entry with the Custom Content field
- Modify field Settings (use as the field label or in CSS classes).
- Create custom Single Entry page titles
- Use Merge Tags with the [gvlogic] shortcode to compare entry values and show different content based on those values
- Customize Recent Entries Widget content
Merge Tags added by GravityView
These Merge Tags are added by GravityView.
{date_created}
The date an entry was created. Read how to use it here{date_updated}
The date an entry was last updated. Supports the same formatting options as{date_created}
.{get}
Show data from the URL of a web page. Learn more{created_by}
Display information about the user who created the entry Learn more.{approval_status}
Display the approval status of an entry ("Approved", "Disapproved", or "Unapproved"){current_post}
Display information about the current Post, Page, View, or other post type. Learn more about {current_post}.{sequence}
Display the Number Sequence value for the current entry. Will only work in field values. Will not work in View widgets or outside a View (such as Gravity Forms email notifications). Learn mor about {sequence}.{gv_entry_link}
Links to an entry, or if an entry is not provided, links to the current entry.
Pricing Merge Tags
These Merge Tags are only relevant when a payment has been processed.
{payment_date}
The date the payment was received. Formatted using the same modifiers as{date_created}
{payment_status}
The current payment status of the entry (ie "Processing", "Failed", "Cancelled", "Approved", etc.){payment_method}
displays Payment Method value{payment_amount}
displays the payment amount formatted as a currency. Use{payment_amount:raw}
to display an unformatted number, useful in combination with the[gvlogic]
shortcode.{is_fulfilled}
Whether the order has been fulfilled. Displays "Not Fulfilled" or "Fulfilled"{transaction_type}
Indicates the transaction type of the entry/order. "Single Payment" or "Subscription"{transaction_id}
ID of the transaction returned by the payment gateway{currency}
The currency with which the entry was submitted (ie "USD", "EUR")