For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Field Types and Values Formats

Available custom field types and valid string value formats

Type
Value String Format
Example

text_input

any string

"any text required"

text_area

any string

"any text required"

select

One of possible values

"Option 1"

date

any date formatted string

"2019-12-15T21:00:00.000Z"

check_list

names of selected values separated by commas

"Option 1, Option 2"

radio

1 of possible Values

"Option 1"

email_input

emails address

"JohnSmith@gmail.com"

number_input

Integer

"4584132"

region

1 of Norway regions

"Nordland"

check_box

true or false

"true"

mobile_number

mobile number

"+9044444444,"

address

string containing address in any format

"Santa Claus Village, Tähtikuja 1, 96930 Rovaniemi"

account_number

string with norwegian bank account number, 11 digits

"12345678912"

Last updated

Was this helpful?