Could not find the answer for how to split a simple_form across multiple screens so that it's one form per screen, then you confirm.
I have a big form with:
- First field requires you to select an option from a dropdown
- Second field is an input
- Third field is a date picker
- Fourth field is free text
- Submit button
I'd like this to be split across four screens so it's less overwhelming for the user, and it just looks nicer. What would be the best way to do that?
Thanks so much!
I have worked on a similar requirement and this seems to work for us.
stepis a attr_acessor in model. This will be used in validation conditions.