Skip to content

Instantly share code, notes, and snippets.

@lianglee
Last active February 2, 2016 18:44
Show Gist options
  • Select an option

  • Save lianglee/d4236ecd0a121620412f to your computer and use it in GitHub Desktop.

Select an option

Save lianglee/d4236ecd0a121620412f to your computer and use it in GitHub Desktop.
<?php
echo ossn_plugin_view('input/dropdown', array(
'name' => 'gender',
'class' => 'my-select',
'id' => 'select-box',
'options' => array(
'male' => 'Male',
'female' => 'female'
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment