Save 36% for Black Friday! Learn more

New Discussion

Notifications

You’re not receiving notifications from this thread.

Rails How to create multiple step with list survey questionnaires

2
Rails

I want to create a questionnaire page like this link

When user clicks Next, the page reload with new questions.If user presses Back, the page reload with questions that answered by this user. How can I implement this technical in Rails.

Hey Pranay,

I recently implemented the setup linked below and its been really nice to work with. Be sure to check out the completed repo to see it all tied together.

https://medium.com/@nicolasblanco/developing-a-wizard-or-multi-steps-forms-in-rails-d2f3b7c692ce

Have you looked at this gem: https://github.com/schneems/wicked ?

Join the discussion
Create an account Log in