Re: radio button validation

2007-04-18 Thread Kris Jones
Checkboxes and radio buttons don't post with the form if they are not "checked" (checkboxes) or "selected" (radio buttons). You must cfparam them if you are going to reference them on the action page. Or alternatively, you can check with isdefined("radiobuttonfieldname") Cheers, Kris On 4/18/07,

RE: radio button validation

2007-04-18 Thread Dawson, Michael
You can use cfparam to define a "default" value for the radio button. Then, check for the default value and throw an error as appropriate. Or, change the radio button to a select list. M!ke -Original Message- From: Steven Sprouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 200