in reply to
Validating form data
Unchecked radio buttons do not generate 'name=value' pair. So you should check if
param('radiobuttonfieldname')
is defined, using field name known to you.
--dda
Comment on
Re: Validating form data
Download
Code
Replies are listed 'Best First'.
Re: Re: Validating form data
by
Anonymous Monk
on Sep 23, 2003 at 15:26 UTC
Thanks that solved my problem!
[reply]
In Section
Seekers of Perl Wisdom