Get Field Input Value

Block Information

Available in: Page Flow

Toolbox Category: Form

Block Type: Output

Output Type: text

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

The block consists of a Value Parameter of type text that specifies the Field Identifier (FieldID) of the form field.

  • This block only works when used in Form type pages. See Working With Forms to learn about how forms work.

  • The behavior of this block is similar to the Get Input Value block, with the difference being that this block refers to the field identifier and not the element.


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.

Last updated