Overview
public struct function getItemByInputName(
required string formId
, required string inputName
)
Returns a form's item that matches the given input name.
Arguments
Name | Type | Required | Description |
---|
formId | string | Yes | ID of the form whose item you wish to get |
inputName | string | Yes | Name of the input |