We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df5145 commit 8c1393dCopy full SHA for 8c1393d
.changeset/eight-crews-clap.md
@@ -0,0 +1,5 @@
1
+---
2
+"docs": patch
3
4
+
5
+Refactor multiple forms guide
apps/docs/src/content/docs/advanced/multiple-forms.mdx
@@ -11,11 +11,8 @@ import { DEFAULT_ID_PREFIX } from '@sjsf/form'
11
import Form from './_multiple-forms.astro';
12
import formCode from './_multiple-forms.svelte?raw';
13
14
-There are a few rules to follow if you want to use multiple forms
15
-
16
-## On the same page
17
18
-You should provide custom `idPrefix` to avoid id collisions in the DOM
+To use multiple forms on the same page, you must specify a custom `idPrefix`
+to avoid id collision in the DOM.
19
20
The default value of `idPrefix` is <code>{DEFAULT_ID_PREFIX}</code>.
21
0 commit comments