Les, I think you're hitting against CF's built-in form validation that runs server-side. You should be able to get around this by renaming your form fields something like "safetyrequired" or "requiresafety" or "require_safety". What's happening is that when the form is submitted, CF executes its form validation routine on the fields that end in "_required" to see if a value is entered. Don't know which CF version you're running, but the explanation about this in the CF docs for version 5 is on the bottom of this page: http://livedocs.macromedia.com/coldfusion/5.0/Developing_ColdFusion_Applicat ions/dynamicVars4.htm#1096247
Hope that helps. -- //SIGNED// Chris Montgomery, Contractor HQ AF Security Forces Center, Antiterrorism Branch 1517 Billy Mitchell Blvd, Bldg 954 Lackland AFB, TX 78236-0119 DSN 312.945.7034 Comm 210.925.7034 -----Original Message----- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 7:40 AM To: CF-Talk Subject: Radio Button Error on Server?!? What the heck? I've got a very simple form with a simple radio button: <input name="safety_required" type="radio" value="Yes"> Yes <input name="safety_required" type="radio" value="No" checked> No [snip] Put it out on the server, and I get: "Form Entries Incomplete or Invalid One or more problems exist with the data you have entered. * Yes" [snip] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206625 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

