Question
If Else within Form
I am creating a form to add employees into an employee
database. In the form I have 2 radio buttons displaying Office1 and
Office2. If the user selects Office 1, then a droplist should
appear displaying Departments for Office 1...the same goes for
Office2 and its departments. How do I create this if else statement
within a form before submission? Do I use Javascript? Thanks for
the help..
