NOTE: This is a collection of information and links collected over the years that might provide useful information. A Safer Company LLC does not guarantee, endorse or approve any of these links or their scripts. Use these links to other websites at your own risk.
Advanced Form - Grouping Menu Options
Large blocks of information should be divided into manageable groups. This is an example of a form. This form uses selection list with groupings.
<select name="Classes">
<option>Select a course</option>
<optgroup label="Semester 1">
<option value="Web210">Web210 - Web Design</option>
<option value="Web140">Web140 - Web Tools</option>
<option value="SGD171">SGD171 - Flash</option>
</optgroup>
<optgroup label="Semester 2">
<option value="Web210">Web210 - Web Design</option>
<option value="Web140">Web140 - Web Tools</option>
</optgroup>
<optgroup label="Semester 3">
<option value="Web140">Web140 - Web Tools</option>
<option value="SGD171">SGD171 - Flash</option>
</optgroup>
</select>
Page last updated: May 31, 2012 10:27 AM
Content and Navigation...