Merge tag: {Field Label:ID}
Form field. The value a person entered in one field. Add .1, .2 and so on to target a single input of a multi-input field.
| Product | Gravity Forms |
|---|---|
| Requires | Gravity Forms 1.0 or later |
| Needs an entry | Yes: its value comes from a form entry |
Which modifiers a form field takes depends on the kind of field. See Modifiers by field.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Field ID | field ID | Yes | — | The field's number. For one part of a multi-part field, add the part after a dot: 1.3 is the first name. |
Examples
Rendered by real Gravity Forms and GravityKit PHP against a test entry.
| Merge tag | Output |
|---|---|
{Contact Email:5} | [email protected] |
{Full Name:1} | ada Lovelace |
{Amount:8} | $1,234.56 |
{Toppings:6} | Pepperoni, Mushroom |
{Category:7} | Baked Goods |
{Plain Number:25} | 9,876.54 |
{Attachment:18} | http://fixture.gravitykit.test/index.php?gf-download=fixture-invoice.pdf&form-id=501&field-id=18&entry-id=5001&hash=de3e75a5bbb8665af11eda764de0e761e3f262eed827616a2f0b4d3fa9038abb |
{Cell Phone:12} | +1 413-555-0147 |
{Photo:19} | https://fixture.gravitykit.test/wp-content/uploads/gravity_forms/501-fixture/typewriter.jpg |
{Ingredients:20} | HTML0 1 Flour 2 cups Sugar 1 cup |
{Birthday:13} | 04/27/1979 |
{Anniversary:23} | 25/07/1843 |
{Appointment:26} | 09:05 am |
{Notes:2} | it's -- <b>QUICK</b>, brown Fox jumps over the lazy dog and it wasn't <b>that</b> slow & steady.<br /> <br /> Ada Lovelace wrote the first algorithm. |
{Signed By:22.3} | ada |
Each modifier's own page has examples on real fields: see Modifiers by field.