You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| hideFooter | Hide typeform footer, that appears showing the progress bar and the navigation buttons. |`Boolean`| false |
58
58
| hideHeaders | Hide typeform header, that appears when you have a Question group, or a long question that you need to scroll through to answer, like a Multiple Choice block. |`Boolean`| false |
59
59
| onSubmit | Callback function that will be executed right after the typeform is successfully submitted. |`Function`| - |
60
-
| onReady | Callback function that will be executed once the typeform is ready.|`Function`| - |
60
+
| onReady | Callback function that will be executed once the typeform is ready. |`Function`| - |
| mode | <br/> The way of showing the embed |`String` any of: <br/> `"popup"` <br/> `"drawer_left"` <br/> `"drawer_right"`| "popup" |
99
-
| autoOpen | Your typeform will launch as soon as your web page is opened |`Boolean`| false |
100
-
| autoClose | Time until the embedded typeform will automatically close after a respondent clicks the Submit button. The default time is 5 seconds. PRO+ users can change the `autoClose` time. |`Number` (seconds) | - |
98
+
| mode | The way of showing the popup |`String` any of: <br/> `"popup"` <br/> `"drawer_left"` <br/> `"drawer_right"` <br/> `"side-panel"` <br/> `"popover"`| "popup" |
99
+
| ❌ autoOpen | Your typeform will launch as soon as your web page is opened **Deprecated:** Use `open: "load"` instead |`Boolean`| false |
100
+
| 💡 open | Your typeform will launch based on behavioral triggers |`String` any of: <br/> `"exit"` <br/> `"load"` <br/> `"scroll"` <br/> `"time"`| null |
101
+
| 💡 openValue | Configuration for behavioral triggers. Based on `open`: <br/> - `"exit"`: exit threshold in pixels <br/> - `"scroll"`: % of page scrolled <br/> * `"time"`: time in milliseconds |`Number`| null |
102
+
| autoClose | Time until the embedded typeform will automatically close after a respondent clicks the Submit button. The default time is 5 seconds. PRO+ users can change the `autoClose` time. |`Number` (seconds) | - |
| hideFooter | Hide typeform footer, that appears showing the progress bar and the navigation buttons. |`Boolean`| false |
103
105
| hideHeaders | Hide typeform header, that appears when you have a Question group, or a long question that you need to scroll through to answer, like a Multiple Choice block. |`Boolean`| false |
104
-
| drawerWidth | Specify the width of the drawer (only applies if using `mode``"drawer_left"` or `"drawer_right"`). |`Number` (pixels) | 800 |
106
+
| drawerWidth | Specify the width of the drawer (only applies if using `mode``"drawer_left"` or `"drawer_right"`). |`Number` (pixels)| 800 |
105
107
| onSubmit | Callback function that will be executed right after the typeform is successfully submitted. |`Function`| - |
106
-
| onReady | Callback function that will be executed once the typeform is ready. |
107
-
`Function` | - |
108
-
| onClose | Callback function that will be executed once the typeform is closed. |
109
-
`Function` | - |
108
+
| onReady | Callback function that will be executed once the typeform is ready. |`Function`| - |
109
+
| onClose | Callback function that will be executed once the typeform is closed. |`Function`| - |
110
110
111
-
#### Example:
111
+
Types:
112
+
113
+
- ❌ Deprecated option. Will be removed in future.
114
+
- 💡 Experimental option. Implementation might change in future without prior notice. Use at your own risk.
0 commit comments