Skip to content

Commit 8cd37e0

Browse files
committed
Added Wizard Example
1 parent 61620d0 commit 8cd37e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
277278
a 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

282288
There are three ways to tell `<Form/>` and `<Field/>` what to render:

0 commit comments

Comments
 (0)