Over the next few days, I’m going to be releasing a few extensions I’ve written for Navigant.
First on the list is Sarge, a simple extension that adds <optgroup> support to the Drop-down List field type, and lets you specify the value of each option.
Example “Select Options” textarea:
Select an option... =
[optgroup] = Group 1
Option 1 = value_1
Option 2 = value_2
Option 3 = value_3
[/optgroup]
Other Option 1 = value_4
Other Option 2 = value_5
Note that specifying each value is optional. If you don’t add an equal sign (=) the option will work just like it would without this extension (the value gets set to the name of the option).
For more information and the download, go to http://brandon-kelly.com/apps/sarge/
Enjoy!
