I'm pretty new to Drupal but I've been developing in PHP for about 8 years now. I've tried doing this using the admin UI modules but pretty much running up against a brick wall!
I want to make a landing page ie example.com/username (Anonymous user gets this from supplied literature).
User fills out their details on step 1
User leaves feedback on step 2
User watches a short video on step 3 before being able to click Next button
User fills out another field in step 4 and clicks finish
When this is all done, I want the user to be then registered with the Drupal site (so they don't have to do step 1 again). I know I would have to write a module for this but asking here to see if anyone knows it's possible to do with Drupal 7 before I get into the code.
Thanks in advance! :)