Merge tag: {entry:PROPERTY}
Entry property. Any key on the entry object. Slash-separated for nested keys, e.g. {entry:payment_details/amount}.
| Product | Gravity Forms |
|---|
| Requires | Gravity Forms 2.1.1.11 or later |
|---|
| Needs an entry | Yes: its value comes from a form entry |
|---|
Parameters
| Name | Type | Required | Default | Description |
|---|
| Entry property | text | Yes | — | Any value stored on the entry. Use a slash for a value nested inside another, like payment_details/amount. |
Values for Entry property
| Value | Description |
|---|
id | Entry ID |
currency | Currency |
payment_status | Payment status |
payment_amount | Payment amount |
transaction_id | Transaction ID |
is_starred | Starred |
status | Entry status |
Other values are accepted too.
Examples
Rendered by real Gravity Forms and GravityKit PHP against a test entry.
| Merge tag | Output |
|---|
{entry:id} | 5001 |
{entry:currency} | USD |
{entry:payment_status} | Paid |
{entry:payment_amount} | 33.50 |
{entry:transaction_id} | ch_3PfixtureA1 |
{entry:is_starred} | 1 |
{entry:status} | active |