in reply to Re: Perl Form Validator problems.
in thread Perl Form Validator problems.

Hi.

I tried ( in vain ) to check for a null value in the popup box. It still didn't flag it as an empty field ( and therefore display the message ). Sorry if my question seems naive but this is my first program that uses Dr. Stein's CGI.pm module. Do you ( or anyone else ) have another suggestion?
Thanks for all the help by the way.

-Cait.

Replies are listed 'Best First'.
Re: Re: Re: Perl Form Validator problems.
by DaWolf (Curate) on Apr 28, 2002 at 00:36 UTC
    Please post the code that checks the drop-down box and the html code of the box.

    I'll help you from there.

    Best regards,

    my ($author_nickname, $author_email) = ("DaWolf","erabbott\@terra.com.br") if ($author_name eq "Er Galvão Abbott");