Skip to content

Instantly share code, notes, and snippets.

@incraigulous
Created November 11, 2013 15:22
Show Gist options
  • Save incraigulous/7414836 to your computer and use it in GitHub Desktop.
Save incraigulous/7414836 to your computer and use it in GitHub Desktop.
Fieldgen Drop Down
$select_obj = $fieldgen->init_select($name, $label_text);
$select_obj->create_option($name, $value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment