I’m a web developer. A client needs a registration form for a course they offer. I made an attempt, and now I’m looking for help.
General specs for the form:
30 fields
Needs to write to a mysql db
Ideally would allow a registrant to login and update his/her own data
Ideally would send notification to the registrant and an administrator when the data is submitted or revised
Upon submitting the data, it would redirect users to a thank you page (“Thanks for registering or changing your registration info”)
I think that’s it.
Thanks.