Multiple form controls are placed inside a single label element.
-
I keep getting this error message…. here is is what i have. please help.
<label> *Name:
[text* your-name]</label><label> *Email:
[email* your-email]</label><label> *Address:
[text* your-address]</label><label> Address 2 (apt or suite):
[text your-suite]</label><label> *City:
[text* your-city]</label><label> *State/Province:
[text* your-state]</label><label> *Zip/Postal Code:
[text* your-postal]</label><label> *Country:
[text* your-country]</label><label> *Phone:
[text* your-phone]</label><label> Mobile Phone:
[text your-cell]</label><label> Fax:
[text your-fax]</label><label> Business Name:
[text your-business]</label><label> Business Address:
[text your-busaddress]</label><label> Occupation:
[text your-occupation]</label><label> *T-Shirt Size:
[select* your-shirt “small” “medium” “large” “x-large” “xx-large” “xxx-large”]</label><label> *Certificate Name:
[text* your-certificate]
(as it should appear on certificate)</label><label> Room & Board:
[checkbox your-room default:1 “single” “double”]</label><label> Dietary Concerns (for room & board only)
[textarea your-diet]</label><label>Additional Information </label>
<label> Do you own a Steadicam?
[radio you-own default:1 “yes” “no”]</label><label> If yes, which Model?
[text your-model]</label><label> Experienced in:
[checkbox your-exp “film” “video” “both”]</label><label> Recent Credits:
[textarea your-credits]</label><label> *We may take photographs during our Steadicam Workshops and use them for our website and publications. Please select the appropriate box giving us permission to use these workshop photos for Steadicam promotional purposes:
[radio you-permit default:1 “Yes, I give my permission” “No, I do not give my permission”]</label><label> Comments:
[textarea your-comments]</label>[submit class:contact-submit “Send”]
- The topic ‘Multiple form controls are placed inside a single label element.’ is closed to new replies.