Example: An Artist/Member signup system with special fields

  • Overview

    We are going to make a not-so-simple signup system with 3 separate signup forms allowing users to sign up into a choice of four quotas, Venues, Venues Pro, Artists and Members.

    We are going to try to push the Venues towards selecting a 1 month free trial quota rather than the normal free quota for venues. So there are actually 5 quotas on our site:

    1. Admin
    2. Members
    3. Artists
    4. Venues
    5. Venues Pro

    Additionally, we need to record some extra information at signup. That's where our special fields come in handy. Some of that information is for the profile, some for the user, some is unique to each quota, and some is shared.

Tags