• Resolved ericboyce

    (@ericboyce)


    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”]

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 15 replies - 1 through 15 (of 17 total)
  • Where is giving the error? Send the print if possible form and mail tab.

    Thread Starter ericboyce

    (@ericboyce)

    the error is comming from here i’ve found out… but what is wrong with it??

    <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>

    Thread Starter ericboyce

    (@ericboyce)

    Form Print

    Mail Print

    why is the [you-agree] not showing up in the Mail tab?

    Thread Starter ericboyce

    (@ericboyce)

    interesting – when i remove the “required” * – the form works…

    i need this to be a required question though – is there another way of making it so….

    Thread Starter ericboyce

    (@ericboyce)

    im an idiot.

    Idiot

    ok, so decided?

    Thread Starter ericboyce

    (@ericboyce)

    nevermind im still getting the same error. and it will not submit the form….

    Form Print

    Mail Print

    Output Print

    ok, good! I’ll redo your code to check.

    Thread Starter ericboyce

    (@ericboyce)

    thanks, did you find anything?

    … It really did not see any error … not how to help a friend … You’ve sent a test email to see?

    Let’s see if someone more experienced that I got to see the error.

    Wait! The code you want is only the print or what you had in the beginning? World size?

    Thread Starter ericboyce

    (@ericboyce)

    my other contact form on the site works….

    this is what i have

    <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”]

    Thread Starter ericboyce

    (@ericboyce)

    i tried starting over… but i’m still getting the same error…

    Crazy occurrence, but I am having the same problem as well.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Multiple form controls are placed inside a single label element.’ is closed to new replies.