Get Element by Name
Last updated
Last updated
Get Element by Name
is an that allows you to retrieve a reference to any element on a page or form by providing it's . The output is of type and is compatible with of type or of type .
NOTE: If there are multiple elements with the same name, this block outputs a reference to the first such element.
The block consists of Name a that accepts a text value representing the of the element.
The image below shows an example of the Get Element by Name block where the value of the element named "Input28" is set to the text "Hello!" using the block.