> For the complete documentation index, see [llms.txt](https://deltaclan.gitbook.io/superform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deltaclan.gitbook.io/superform/superform-v0/misc.-attributes/value-recall.md).

# Value Recall

**Attribute**: <mark style="color:red;">`superform-value = identifier`</mark>

**Apply to**: any input element (e.g. text input, radio button, checkbox)

Recall the value of an input field at any place in the form (works for both same & different steps also). This can be useful when you want to reuse the same input value across multiple steps in the form.

{% hint style="warning" %}
Input & corresponding text element need to have the same ***superform-value=identifier***.
{% endhint %}

<figure><img src="https://1615520621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhC4q4SkuRcLPZQrmF5BR%2Fuploads%2FIpvEI136Bn5JEIKkeSrx%2Fimage.png?alt=media&amp;token=c74f51ae-a754-4537-8eb2-1f88eca7c3b0" alt=""><figcaption><p>Text input has <mark style="color:red;"><code>superform-value=name</code></mark></p></figcaption></figure>

<figure><img src="https://1615520621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhC4q4SkuRcLPZQrmF5BR%2Fuploads%2FFL1bI66GO1NL4ygjgzXQ%2Fimage.png?alt=media&amp;token=be9292c9-0749-43a3-8247-0f7d502e51e6" alt=""><figcaption><p>Text element has <mark style="color:red;"><code>superform-value=name</code></mark>also</p></figcaption></figure>
