Forms

V

Val

I am creating a form for our intranet so the reps can book
themselves onto classes and it is sent direct to
frontdesk. The trouble I am have is that I need multiple
drop-down menus that are linked to one another. For
example Option1 is location, once the desired location is
choosed Option2 will give the classes avaliable in that
location, once the class has need choosen Option3 will
show dates available for that class in that location. Will
I need a database to link these up or is there a script I
can use? Please reply ASAP.

Thanx
 
S

Sparky Polastri

Val said:
I am creating a form for our intranet so the reps can book
themselves onto classes and it is sent direct to
frontdesk. The trouble I am have is that I need multiple
drop-down menus that are linked to one another. For
example Option1 is location, once the desired location is
choosed Option2 will give the classes avaliable in that
location, once the class has need choosen Option3 will
show dates available for that class in that location. Will
I need a database to link these up or is there a script I
can use? Please reply ASAP.

Thanx

ASP is probably the way to go with that.

FrontPage forms don't do that type of thing out of the box.
 
Top