amschaal / django-ezreg

4 stars 3 forks source link

Create more custom forms #153

Closed amschaal closed 4 years ago

amschaal commented 4 years ago

Want to capture university, college, department. Either:

amschaal commented 4 years ago

Keep it simple for now. There will be a form with 4 fields added to the first registration page, including:

PLNReynolds commented 4 years ago

It would be GREAT if the College/School and Department (if UCD) could be a dropdown so I don't have to keep deciphering acronyms and spelling variants, and so we can do reporting both within and across training units. Get list from OR, check for updates periodically (annually)?

amschaal commented 4 years ago

There is now a department field on the first page of registration (with name and email). It is configured to have the college abbreviation followed by the department stored with the registration. For example, "COE: Chemical Engineering". Hopefully all of the organizers don't mind having the department select, otherwise I'll have to add something in the event config to make it optional.