Hi,
I've been tasked to designing a form for 'students' to use to submit which courses to take at school. The courses are split into those for Semester 1 and Semester 2 and 3(max) can be chosen each semester but it does depend on the weighting (could be 2 courses).
However certain courses in S1 and cannot be chosen together, certain courses in S2 cannot be chosen together and certain courses in S2 cannot be chosen if certain ones aren't chosen in S2.
The idea and the coding should be fairly ok...I think however I am trying to determine how to layout the available options:
- Should I use individual tick boxes (as an option group won't allow multiple selection) and then create the coding within the'submit' button
-Or is is possible to use 3 different combo boxes (per semester)and get them to each filter according to which other courses have been selected in the other 1/2 combo boxes????? Or would this be too much work??
Any ideas would be greatly appreciated,
Thanks
I've been tasked to designing a form for 'students' to use to submit which courses to take at school. The courses are split into those for Semester 1 and Semester 2 and 3(max) can be chosen each semester but it does depend on the weighting (could be 2 courses).
However certain courses in S1 and cannot be chosen together, certain courses in S2 cannot be chosen together and certain courses in S2 cannot be chosen if certain ones aren't chosen in S2.
The idea and the coding should be fairly ok...I think however I am trying to determine how to layout the available options:
- Should I use individual tick boxes (as an option group won't allow multiple selection) and then create the coding within the'submit' button
-Or is is possible to use 3 different combo boxes (per semester)and get them to each filter according to which other courses have been selected in the other 1/2 combo boxes????? Or would this be too much work??
Any ideas would be greatly appreciated,
Thanks
Comment