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

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!