$x=array('a','b','c'); echo form::dropdown('test', $x, 'b');
I'm using the Kohana form helper to build forms, but I've hit a snag. The above test code doesn't display the default value as it should, as written in the docs. Ideas?
Name (required)
Mail (will not be published) (required)
Website