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.
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.
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.
Most helpful comment
Voil脿!