• Can someone please help me resolve the “Multiple form controls are in a single label element.” error in the below form?

    <label> Your First Name (required)
    [text* FirstName placeholder “Your First Name (required)”]
    <label> Your Last Name
    [text LastName placeholder "Your Last Name "]
    <label> Email (required)
    [email* Email placeholder “Email (required)”]

    <input type=”hidden” name=”JobRole” value=”Couple”>
    <label> Phone Number (required)
    [text* MobilePhone placeholder “Phone Number (required)”]

    <label>Photography Type
    [select* JobType “Wedding – Fasttrack” “Wedding – Contemporary” “Wedding – Swish” “Photography & Videography” “General Enquiry” “Birthday” “Boudoir” “Engagement” “Trash the Dress” ]</label>
    Please note we do not do video alone, it comes as an addition to any of our photography packages.

    How did you hear about us? (required)
    [select* Source include_blank “Online Ad” “Referral” “Referral – Vendor” “Web – Facebook” “Web – Internet Search” “Web – Service seeking” “Web – Oneflare”]

    <label>Event Date. (Note: If you are using Firefox as your browser, the date format must be YYYY-MM-DD)
    [date EventDate placeholder “yyyy-mm-dd (required)”]
    </label>
    <label> Message (required)
    [textarea* Message placeholder “Message (required)”]

    [submit “Send”]

    Can you help please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    You can’t omit closing </label> tags.

    Thread Starter pugnot

    (@pugnot)

    Thanks for that, point me to at least a line I need to fix so I understand what your meaning please..

    Thread Starter pugnot

    (@pugnot)

    Hello? Support required here please. Dont think i’m asking to much to simply help me understand what your reply means.

    You have missed </label> on last we elements. Please check it once.
    Eg:
    <label> Message (required)
    [textarea* Message placeholder “Message (required)”] <—————-<

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