Hi there,

  I feel like I'm missing something obvious...

  I'm using

$form->input('field_name', array('type' => 'select', 'multiple' =>
true));

  to output HTML selects with 'multiple' attributes, and that's all
great. I can't figure out how to specify which options are selected
though? The most obvious solution (to me anyway) seemed to be to add

'value' => array(1, 2, 3)

or something like that, but it has no effect. What am I missing?

  Thanks,

Toby
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to