We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6b9c0 commit d1834f0Copy full SHA for d1834f0
apps/docs/src/content/docs/integrations/sveltekit.mdx
@@ -105,3 +105,7 @@ According to Svelte documentation your form should always use `POST` requests.
105
106
## Progressive enhancement
107
108
+You should always use `enhance` action on your forms.
109
+
110
+But if you really want the form to work with `JavaScript` disabled, then check out the list of restrictions.
111
0 commit comments