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"? Q90=1 Q91=1 Q92=2 REFERRINGFORM=89.cfm So you can see that the second time it's submitted, I start getting these "on" values (there are no instances of "on" in my code anywhere, BTW). Since there is no javascript on these pages, I have no clue why the values would change from one submission to the next. Any ideas whatsoever? Thanks, Jamie ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

