# Display data

To display user input or the value of a variable inside of your form, you just have to write @\[input or variable name] inside of a text element (headings, paragaphs, text blocks, etc).

If you for example want to display the value of the field "First name", then you would have to write @\[First name].

### Example data display

This is how it looks like in the Designer:

<div align="left"><figure><img src="https://389188249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH7DTlzVa3mWF0vRGpPYy%2Fuploads%2FbtTBYm7TrvQxGNDaktkN%2Fimage.png?alt=media&#x26;token=485f2438-8eb4-4453-af44-3b1e9199f9f5" alt="" width="370"><figcaption><p>Inside the Webflow Designer</p></figcaption></figure></div>

The user of the form fills out the "First name" field

<div align="left"><figure><img src="https://389188249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH7DTlzVa3mWF0vRGpPYy%2Fuploads%2Fc7Wo67Biww7wmJdKqo0W%2Fimage.png?alt=media&#x26;token=a16e070f-f7e3-4782-b229-1c131bc25523" alt="" width="370"><figcaption><p>User fills out the "First name"  field</p></figcaption></figure></div>

**The first name is dynamically displayed in the next step of the form**&#x20;

(And in all other places where a text element contained the @\[First name] placeholder):

<div align="left"><figure><img src="https://389188249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH7DTlzVa3mWF0vRGpPYy%2Fuploads%2F4oDxD5rcatxYM76VbSR8%2Fimage.png?alt=media&#x26;token=b886c638-706b-4ad1-bc4a-498753b46654" alt="" width="370"><figcaption></figcaption></figure></div>

You can use this functionality to display any Input value of your choice. You can also display variable values this way.

If you have a variable called "price", then you could display it anywhere inside the form, simply by typing @\[price]
