> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/enumerations/custom-field-types-and-values-formats.md).

# 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"                                       |
