menu

Tags

A Tags Field is a form field that allows users to enter one or more tags. Tags are typically used to categorize or label records.

This field has four standard properties.

In addition, this field has Validation Regex option. It means that tags can be validated using a regular expression.

A regular expression is a pattern that can be used to match or search for text. 

For example, if you want to add only alphanumeric tags, you can use the regex ^[a-zA-Z0-9-_]+$. This means that the tags you enter must be letters, numbers, dashes, or underscores. Spaces and other special characters are not allowed.


InfoLobby © 2024 Globi Web Solutions