React-jsonschema-form: Implementing Multi Step form or Wizard form?

Created on 9 Feb 2017  路  5Comments  路  Source: rjsf-team/react-jsonschema-form

Is it possible to build wizard form using react-jsonschema-form. If possible could you please provide a simple example.

documentation help wanted

Most helpful comment

It's been discussed several times in issues already. Basically you need to conditionally update the form schema depending on the submitted data. We may want to add a FAQ entry about this as this question keeps showing up regularly.

All 5 comments

It's been discussed several times in issues already. Basically you need to conditionally update the form schema depending on the submitted data. We may want to add a FAQ entry about this as this question keeps showing up regularly.

Here's an example, hope it helps https://jsfiddle.net/sn4bnw9h/1/

Here's an example, hope it helps https://jsfiddle.net/sn4bnw9h/1/

Above example is not working @n1k0 Would you please provide me some working example
Thank you

@AKedar21 that example was using a very old version of React. Here's an updated example: https://jsfiddle.net/gmz7qern/

@AKedar21 that example was using a very old version of React. Here's an updated example: https://jsfiddle.net/gmz7qern/

Thanks @epicfaace For providing with the working fiddle

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FBurner picture FBurner  路  3Comments

abhishekpdubey picture abhishekpdubey  路  3Comments

MedinaGitHub picture MedinaGitHub  路  3Comments

mfulton26 picture mfulton26  路  3Comments

ebower12 picture ebower12  路  3Comments