I have a standard form and there are few fields groups like main information, address, business address, etc.
I'd like to build step-by-step form instead one-page form with a lot of fields.
What is the best way to do that? I found https://github.com/schneems/wicked but I didn't understand how to use it.
You can try this. This is Ryan Bates method. I found it and try some time ago. The example applies to orders.
in model
and in controller
and html form
Hope it helps.