Line #9 in your JavaScript needs quotes around Null because you want to compare it to the string 'Null'. I think that should fix your issue.
if (ContactReason == "Null")
{
alert("Please Enter a Contact Reason");
return false;
}
dcdruck
Junior Poster in Training
89 posts since Jul 2009
Reputation Points: 21
Solved Threads: 20
Skill Endorsements: 0
Question Answered as of 6 Months Ago by
dcdruck