Hello. I am a newbie, but not afraid to try. I really need some help here.
I am trying to create a form that posts to a database, and another page that will display the results.
Here is what I need:
Form Page:
The Form Fields: Name, Judge Status (drop-down with the following selections: Novice, Certified, Senior, Master), Events (these will most likely need to be check boxes, as you can sign up to judge more than 1 event), and obviously the Submit Button.
The List Page:
This page will need to have a separate table for each event. Each table will need to display the name and status of each judge who signed up for the event.
For instance, Bob signs up to judge events 1,2,3. John signs up to judge events 1,3,4. The tables need to look like this:
Event 1
Name
Status
Bob
Novice
John
Senior
The other events will need to have their own tables.
I hope this makes sense, and thanks for your help.