Skip to content

Instantly share code, notes, and snippets.

@cholnhial
Created May 21, 2015 05:42
Show Gist options
  • Save cholnhial/c93a6a89f4286b491025 to your computer and use it in GitHub Desktop.
Save cholnhial/c93a6a89f4286b491025 to your computer and use it in GitHub Desktop.
Form not return list of Ids
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