• Hi,
    I keep getting the “Multiple form controls are in a single label element.” error. I have tried everything, even removing the entire checkbox field and line and codes and everything and nothing works. I have also moved the file upload label tag back and forth and nothing. Can you please tell what I am doing wrong?

    <label> Your full name (required)
    [text* your-name] </label>

    <label> Your email (required)
    [email* your-email] </label>

    <label> Title of property (required)
    [text* text-13] </label>

    <label> City, state and country of property (required)
    [text* text-320] </label>

    <label> Type of property
    [checkbox* checkbox-936 “Rural ” “Urban”] </label>

    <label> Total size of property (m2 or hectares) (required)
    [number* number-475] </label>

    <label> Total built area (m2) (required)
    [number* number-64] </label>

    <label> Number of bedrooms, except en suite (required)
    [number* number-729] </label>

    <label> Number of bathrooms (required)
    [number* number-793] </label>

    <label> Number of en suite bedrooms (required)
    [number* number-301] </label>

    <label> Number of rooms, excluding bedrooms and bathrooms (required)
    [number* number-723] </label>

    <label> Detailed description of the property (required)
    [textarea* textarea-703] </label>

    <label> Amenities or special features (check all that apply) </label>
    <use_label_element> [checkbox checkbox-956 “Swimming pool” “Electricity (entire property)” “Plumbing (built areas)” “Parking” “Garden” “Air conditioning” “Water reservoir (artificial or natural)” “Easy access” “View of the sea”] </use_label_element>

    <label> Upload at least one image (required)
    [file* file-977] </label>

    [submit “Send”]

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Unidentified configuration error’ is closed to new replies.