This project is not covered by Drupal’s security advisory policy.

Provide **Multiselect widget** (form element) for developer:

 $form['select1'] = array(
 '#type' => 'fapi_multiselect',
 '#title' => 'Widget title',
 '#required' => TRUE,
 '#options' => array('Option 1', 'Option 2', '...'),
 '#default_value' => array(),
 );

Drupal 7, please use Multiselect module.

Supporting organizations:
Started project

Project information

  • Project categories: Developer tools
  • Created by thehong on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases