Displayed on front-end
ID field cannot be empty
ID field must only contain latin characters and numbers
ID field must start with a latin characterUsed to reference fields using [ID] syntax. This field supports My Tokens.
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. It supports C# syntax. A common example is [HasRole:Administrators|true] or [SomeField] == "Some Value" or [SomeField].IndexOf("something") == 0. This field supports My Tokens.
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. It supports C# syntax. A common example is [HasRole:Administrators|true] or [SomeField] == "Some Value" or [SomeField].IndexOf("something") == 0.. 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