Support

Account

Home Forums General Issues How do I get optgroups in the Select field? Reply To: How do I get optgroups in the Select field?

  • Ah right. Mine will be filled programmaticly. So if I understand correctly, a multi-dimensional array will do the trick. something like

    array(
      'Optgroup' => array( 'choice1', 'choice2' );
    )

    etc.