Created
May 21, 2015 05:42
-
-
Save cholnhial/c93a6a89f4286b491025 to your computer and use it in GitHub Desktop.
Form not return list of Ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DATA RETURN | |
------------ | |
contact_types":[{"contact_type_id":1,"name":"Rarewear","created":"2015-05-21T04:04:29+0000","updated":null,"is_disabled":0}]}]} | |
FORM INPUT | |
------------ | |
<?= $this->Form->input('contacts.0.contact_types._ids', ['label' => 'Associated Types', 'type' => 'select', 'multiple' => true, 'options' => $contact_types]) ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment