@@ -71,16 +71,17 @@ The following variables can be used in a webhook's message. The variables must b
7171
7272#### Question types
7373
74- | Name | Description |
75- | --------------| -----------------------------------------------------------|
76- | ` radio ` | Radio buttons |
77- | ` checkbox ` | Checkbox toggle |
78- | ` select ` | Dropdown list |
79- | ` short_text ` | One line input field |
80- | ` textarea ` | Long text input |
81- | ` code ` | Syntax highlighted code input |
82- | ` range ` | Horizontal drag slider |
83- | ` section ` | Not an input, just a section of text to explain something |
74+ | Name | Description |
75+ | --------------| -------------------------------------------------------------------|
76+ | ` radio ` | Radio buttons |
77+ | ` checkbox ` | Checkbox toggle |
78+ | ` select ` | Dropdown list |
79+ | ` short_text ` | One line input field |
80+ | ` textarea ` | Long text input |
81+ | ` code ` | Syntax highlighted code input |
82+ | ` range ` | Horizontal drag slider |
83+ | ` section ` | Not an input, just a section of text to explain something |
84+ | ` timezone ` | Similar to select, attempts to automatically detect user timezone |
8485
8586#### Question data
8687
@@ -165,6 +166,12 @@ Textareas require no additional configuration.
165166}
166167```
167168
169+ ##### ` timezone `
170+
171+ Timezones require no additional options, they will automatically attempt to
172+ select the users timezone, or allow the user to select one if it is detected
173+ wrong/could not be detected.
174+
168175## Form response
169176
170177| Field | Type | Description |
0 commit comments