React-final-form: Recommendation/Example for nested forms or Wizard form

Created on 13 Dec 2017  路  5Comments  路  Source: final-form/react-final-form

In redux form there is a Wizard form example, But I want to do something similar where when user selects from a dropdown an option, I want to render different form elements for user to input.

Maybe this is not right way of thinking: But the way im thinking now is , I create various different forms and then on dropdown or click, I render different form to user to input data.

And end of nested form/wizard, if I can have 1 JSON or final values to submit, which is aggregate of all different form values user submitted.

Most helpful comment

Voil脿!

Edit 馃弫  React Final Form - Wizard Example

All 5 comments

Wizard is on my Examples todo list. Fear not! 馃槃

@erikras Thanks, But is a nested form an option ? i.e. I see your example of Reusable Field Groups which gives me hope it might, by nested form I mean, value of a key in form can be either Form1 or Form2 which would give user different options to enter as the value.

@erikras Ill keep an eye out on whenever Wizard example is available.

Voil脿!

Edit 馃弫  React Final Form - Wizard Example

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings