HTML5 optgroup in mail section.
-
I find HTML5 <optgroup> as a great way to add some extra form functionality which is not currently available via CF7 tags. Knowing that one can include any standard HTML form elements within CF7 forms.
Consider the code below<select> <optgroup label="USA"> <option>Alabama</option> <option>Alaska</option> <option>Arizona</option> </optgroup> <optgroup label="Canada"> <option>Alberta</option> <option>British Columbia</option> <option>Manitoba</option> </optgroup> </select>
???
The output is a nice list of options with none selectable headers. My questions is, in what way can I display the selected option in the mail section?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘HTML5 optgroup in mail section.’ is closed to new replies.