Rails How to create multiple step with list survey questionnaires
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