Closed (duplicate)
Project:
Webform
Version:
6.x-3.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2010 at 09:23 UTC
Updated:
15 Aug 2010 at 15:50 UTC
After upgrading from 2.9 to 3.0-beta I found a problem with a select form component.
I had a select list with 2 options under 2.9 without a safe key.
After upgrading to 3.x these options where changed to:
0|my first option
1|my second option
The option with key 0 is never submitted and is not selected when I open the result.
I changed the safe keys to:
1|my first option
2|my second option
Now both options can be submitted.
Comments
Comment #1
quicksketchI can't reproduce this problem. I'd think it'd actually be visible on new installations as well as upgrades, but in either situation I'm able to submit, view, and edit submissions that have "0" as the key within select lists.
Comment #2
quicksketchLet's merge with #883626: 1st choice (keys with "0") of select options (as checkboxes) do not save nor email.