dwyl / learn-phoenix

:fire: Phoenix is the web framework without compromise on speed, reliability or maintainability! Don't settle for less. :rocket:
650 stars 45 forks source link

How to build a multi-page form in phoenix? #73

Open nelsonic opened 7 years ago

nelsonic commented 7 years ago

For https://github.com/healthlocker/healthlocker @katbow & Co. have built a multi-page user registration form as requested by the client team. See: https://github.com/healthlocker/healthlocker/blob/master/web/controllers/user_controller.ex We need to get the learning out of this work and make it generic so everyone knows how to build a multi-page form. This will be especially useful for our https://github.com/dwyl/feedback project where we want people to first leave feedback and then allow them to associate an email address with that feedback so they can receive updates. @jackcarlisle if you want to work with @katbow to get this documented with a small demo app it would be amaze! thanks! how-to-build-multi-page-forms.md thoughts?