# Get Field Input Value

{% hint style="info" %}
**Block Information**

Available in: Page Flow

Toolbox Category: Form

Block Type: [Output](/app-editor/page-flow/block-anatomy.md#output-block)

Output Type: [*text*](/app-editor/page-flow/references/value-types.md)
{% endhint %}

The **`Get Field Input Value`** block is used to retrieve the value of the specified field input of the form.

<div align="left"><figure><img src="/files/1DxI3wOoWOoORAVfHkcW" alt="" width="284"><figcaption><p>Get Field Input Value block</p></figcaption></figure></div>

The block consists of a [Value Parameter](/app-editor/page-flow/block-anatomy.md#value-parameters) of type [text](/app-editor/page-flow/references/value-types.md) that specifies the Field Identifier (FieldID) of the form field.

{% hint style="warning" %}

* This block only works when used in *Form* type pages. See [Working With Forms](/app-editor/page-editor/working-with-forms.md) to learn about how forms work.
* The behavior of this block is similar to the [Get Input Value](/app-editor/page-flow/toolbox-blocks/get-input-value.md) block, with the difference being that this block refers to the field identifier and not the element.
  {% endhint %}

***

## Usage Example

The image below shows an example of the **`Get Field Input Value`** block. Here the variable *b* is set to the value of the *LastName* field input.

<div align="left"><figure><img src="/files/5Vufx2H8SP6eymTPE1gT" alt="" width="557"><figcaption><p>Example of the Get Field Input Value block</p></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zingy.ai/app-editor/page-flow/toolbox-blocks/get-field-input-value.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
