Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you’ve created the field, navigate to the custom field configuration, and modify the Regex validation.

...

Tabular Field

Turbo Kit allows you to add a custom field to track dynamic tables. Using JSON tables you can create custom tables with validated field data.

columnHeading

Column Title

columnType

Validates entry. Supported column types are:

  • string

  • email

  • number

Example:

Code Block
languagejson
[
{columnName: Name, columnType:string},
{columnName: Email, columnType:email}
]

Image Added

Info

Users can add as many rows to a table as desired, while viewing the table on a screen.