@@ -71,16 +71,17 @@ The following variables can be used in a webhook's message. The variables must b
71
71
72
72
#### Question types
73
73
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 |
84
85
85
86
#### Question data
86
87
@@ -165,6 +166,12 @@ Textareas require no additional configuration.
165
166
}
166
167
```
167
168
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
+
168
175
## Form response
169
176
170
177
| Field | Type | Description |
0 commit comments