Skip to content

Instantly share code, notes, and snippets.

@touol
Created March 21, 2020 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save touol/b9303cb5b2b3a6bb485f48a81c443943 to your computer and use it in GitHub Desktop.
Save touol/b9303cb5b2b3a6bb485f48a81c443943 to your computer and use it in GitHub Desktop.
<select name="res_groups[]" class="form-control bootstrap-multiple" multiple="multiple">
{foreach $res_groups as $res_group}
<option value="{$res_group.id}" {$res_group.selected}>{$res_group.name}</option>
{/foreach}
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment