Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2012 at 15:33 UTC
Updated:
9 Aug 2012 at 04:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThanks Liam. I believe Options Element has an option for whether a default value should be able to be provided or not. We should check that we're A) using this option and B) Options Element is properly respecting the setting. Looks like the property is called #default_value_allowed, and it should be set to FALSE.
Comment #2
liam morlandThis patch to Webform adds #default_value_allowed = FALSE, hiding the default radio buttons.
Comment #3
quicksketchThanks, committed to 6.x-3.x, 7.x-3.x, and 7.x-4.x, all of which had the problem.