Multiple form controls are placed inside a single label element.
-
i’ve tried everything – but the validator is saying i have an error in my form….
is there a tool or someone that can pin point spesifically where the error is???
<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 include_blank “small” “medium” “large” “x-large” “xx-large” “xxx-large”]</label><label> *Certificate Name:
[textarea* your-certificate]
(as it should appear on certificate)</label><label> Room & Board:
[radio 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-agreetophoto default:1 “Yes, you may.” “No, you may not.”]</label><label> Comments:
[textarea your-comments]</label>[submit “Send”]
- The topic ‘Multiple form controls are placed inside a single label element.’ is closed to new replies.