Comment on page
Custom Field Types and Values 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 | |
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 modified 3mo ago