• WP 5.9.2
    CF7 5.5.7

    Getting two configuration errors.

    In the “Additional HeaderS” field I have…

    [email* your-email]

    Error is “(configuration error) There are invalid mail header fields.”

    Second Error ” Multiple form controls are in a single label element.”

    <label> Your Name (required)
        [text* your-name] </label>
    
    <label> Phone (required)
        [tel* phone] </label>
     
    <label> Email (required)
        [email* email] </label>
    
    <label> Address     [text address] </label>
    
    <label> City (required)    [text* city] </label>
    
    <label> State     [text state] </label>
    <label> Zip/Postal Code     [text zip] </label>
    
    <label>Are You Currently Working with an agent?[radio Agent default:1 "Yes" "No"] </label>
    
    <label>What Information Are You Interested In? </label>
    [checkbox InfoRequested "Buying a Home in Anchorage" "Selling your Anchorage home" "Mortgage and Lending Information" "Moving Companies" "Employment Information" "Local School Information" "Community information"]
    
    <label>Are you planning on moving to the Anchorage area? [radio Moving default:1 "Yes" "No"]</label>
    
    <label>What Cities or Neighborhoods interest you? [text Areas] </label>
    
    <label>When do you plan to move? [select moving "1-3 months" "3-6 months" "6-12 months" "1 year +"]</label>
    
    <label>Are you a first time homebuyer? [radio first-time default:1 "Yes" "No"] </label>
    
    <label>Are you looking to buy or rent? 
    [checkbox buy-rent "Buy" "Rent"]</label>
    
    <label>What is your price range? [text price-range] </label>
    
    <label>Any Questions or Comments?
        [textarea comments] </label>
    
    [submit "Send"]

    Currently what gets sent is the form code and not the field values entered.

    Thanks

    Greg

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Configuration errors’ is closed to new replies.