ladieballer2004
08-27-2009, 09:21 PM
Is there a way to validate a word drop dowm menu.
I one that has the following options. SELECT- Freshman- Sophomore-Junior-Senior.
THe default one showing is SELECT and I want my form to tell the user if she forgot to make a selection here is my code
[code]
if($Class=='SELECT')
{echo'<b>You forgot to enter your Class     Press the Back Button <br/>';$dataOK = FALSE;}
I one that has the following options. SELECT- Freshman- Sophomore-Junior-Senior.
THe default one showing is SELECT and I want my form to tell the user if she forgot to make a selection here is my code
[code]
if($Class=='SELECT')
{echo'<b>You forgot to enter your Class     Press the Back Button <br/>';$dataOK = FALSE;}