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
This example uses the [Superforms onUpdated event](https://superforms.rocks/concepts/events) to reset the Turnstile widget. Additionally, it automatically adds the Turnstile response token to the form data.
@@ -247,16 +244,16 @@ If you need to manually reset the widget, you can do so by binding to the `reset
247
244
248
245
# Support
249
246
250
-
-Join the [discord](https://discord.gg/2Vd4wAjJnm)<br>
251
-
-Create a issue on the [github](https://github.com/ghostdevv/svelte-turnstile)
247
+
- Join the [discord](https://discord.gg/2Vd4wAjJnm)<br>
248
+
- Create a issue on the [github](https://github.com/ghostdevv/svelte-turnstile)
252
249
253
250
# Notable Changes
254
251
255
252
Full Changelog: https://github.com/ghostdevv/svelte-turnstile/releases
256
253
257
-
-Deprecate `forms` prop in favour of `responseField`
258
-
-Deprecate `formsField` prop in favour of `responseFieldName`
259
-
-Deprecate the `on:turnstile-callback` event in favour of `on:callback`
260
-
-Deprecate the `on:turnstile-error` event in favour of `on:error`
261
-
-Deprecate the `on:turnstile-timeout` event in favour of `on:timeout`
262
-
-Deprecate the `on:turnstile-expired` event in favour of `on:expired`
254
+
- Deprecate `forms` prop in favour of `responseField`
255
+
- Deprecate `formsField` prop in favour of `responseFieldName`
256
+
- Deprecate the `on:turnstile-callback` event in favour of `on:callback`
257
+
- Deprecate the `on:turnstile-error` event in favour of `on:error`
258
+
- Deprecate the `on:turnstile-timeout` event in favour of `on:timeout`
259
+
- Deprecate the `on:turnstile-expired` event in favour of `on:expired`
0 commit comments