tags:

views:

279

answers:

1

e($form->select('gender',array('Male'=>'Male','Female'=>'Female'),null,'selected'=>'Female',false));

A: 

http://stackoverflow.com/questions/1545764/cakephp-select-default-value-in-select-input

the third parameter should be set to the value of the default-option

Select0r