> I've got a survey framework that has worked well until I > upgraded to 6.1 on Linux. Now, I'm having a bizarre problem: > > The first time I submit this particular page, which has four > radio button questions, the action page recieves the correct > values of the fields (the following is taken from the debug > output): > Form Fields: > FIELDNAMES=Q89,Q90,Q91,Q92,REFERRINGFORM,PREVIOUS > PREVIOUS=Previous > Q89=1 > Q90=1 > Q91=1 > Q92=2 > REFERRINGFORM=89.cfm > > If I hit "back" and resubmit the page without changing any of > the values, I get: > Form Fields: > FIELDNAMES=Q89,Q90,Q91,Q92,REFERRINGFORM,PREVIOUS > PREVIOUS=Previous > Q89=on <<--- What the heck is "on"?
When you have a checkbox or radio button without a value, and the user selects it, the default value will be "on". I'm not sure why your radio buttons wouldn't have values, though. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

