Design question

lindalong

Member
The application I'm trying to create is a vendor sign up for a festival. It seems that all the event components seem to be directed at attendees for events and not exhibitors. So, I'm trying to figure out how to do the following:
User logs into site or signs up for account: Pretty sure I have the user profile use jUser and that by using that I can test to see if they already have an account?

User picks type of application and is redirected to the appropriate vendor form.

Each vendor form has fields that are either filled in by the applicant or the administrator.
How do I create my forms so the applicant can submit and update their forms? How do I make the administrator fields so that only the administrator can see and update those fields but also see and update the applicant fields?

How do a combine the user profile information with the vendor information?

Sorry, I know I'm asking newbie questions but I'm still trying to get my head around the best way to design this.
 
Back
Top