File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ const MyForm = () => (
123123 * [ Field Warnings] ( #field-warnings )
124124 * [ Reusable Field Groups] ( #reusable-field-groups )
125125 * [ External Submit] ( #external-submit )
126+ * [ Wizard Form] ( #wizard-form )
126127* [ Rendering] ( #rendering )
127128* [ API] ( #api )
128129 * [ ` Field : React.ComponentType<FieldProps> ` ] ( #field--reactcomponenttypefieldprops )
@@ -277,6 +278,11 @@ Demonstrates how you can use `document.getElementById()` or a closure to trigger
277278a submit from outside of the form. For more information, see
278279[ How can I trigger a submit from outside the form?] ( docs/faq.md#how-can-i-trigger-a-submit-from-outside-my-form )
279280
281+ ### [ Wizard Form] ( https://codesandbox.io/s/km2n35kq3v )
282+
283+ Demonstrates how to use 🏁 React Final Form to create a multi-page "wizard"
284+ form, with validation on each page.
285+
280286## Rendering
281287
282288There are three ways to tell ` <Form/> ` and ` <Field/> ` what to render:
You can’t perform that action at this time.
0 commit comments