How to design a multi stage wizard form using React

Hello

I am fairly new to React and JSONForms so was looking to get some initial guidance around how to design a project using JSONForms

I am looking to provide a wizard style (next/previous) set of forms whereby each form/page will have a the schema, UI Schema and data stored independently in the database. This is so I can avoid having the user complete really large forms at a time.

A few questions I have:

How is it best to achieve the next/prev approach with the forms and React calling a REST API to save the state?

If there are any examples that might be applicable that anyone can point me at that would be great

Thanks

Hi!

Using JSON Forms for each form/page of a wizard should be very straightforward. JSON Forms should be a great fit here and I would expect the wizard to be pretty straightforward to implement. Is there anything you are struggling with?