Form_builder enum array keys not used

edited September 2011 in Feature Requests
When specifying fields that go into the render() method in the form builder, the documentation says that the array keys used for an enum field are used as the option name but instead I get the array values as both the name and value of a select option.

Comments

  • edited 8:49AM
    For the enum, is a dropdown select being rendered or radio buttons? If it is a select dropdown, use the field type of 'select' instead.
Sign In or Register to comment.