Best way to make Multi-Steps form in Rails 5 [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . 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