{{localize(fieldDefs[item.InputTypeStr].HelpText)}}
Displayed on front-end
This boolean expression is used to determine if this field will be used in the form. Note that this is not the same as hiding it visually. This is evaluated both initially and after submit. A common example is [HasRole:Administrators|true] or [SomeField] == "Some Value". This field supports My Tokens. Note that My Tokens is required to use the [HasRole] token.
This boolean expression is used to determine if this field will be enabled (accepting input) in the form. If specified, this field overrides the Enabled flag below. A common example is [HasRole:Administrators|true] or [SomeField] == "Some Value". This field supports My Tokens. Note that My Tokens is required to use the [HasRole] token.
This is a tooltip or placeholder that helps users fill the form. Supports My Tokens