• Every time I access the contact forms I get a message stating: “This contact form has 2 configuration errors.”

    <div id=”wide”><div id=”left”><label for=”your-name”>Name:</label>  [text* your-name id:newname] *
    
    Email:  [email* your-email] *
    
    Phone: [text* your-phone] *
    
    <label for=”your-city”>City:     [select* your-city id:city include_blank “Campbell|[email protected]” “Cupertino|[email protected]” “Fremont|[email protected]” “Gilroy|[email protected]” “Los Altos|[email protected]” “Los Gatos|[email protected]” “Milpitas|[email protected]” “Modesto|[email protected]” “Morgan Hill|[email protected]” “Mountain View|[email protected]” “Palo Alto|[email protected]” “Santa Clara|[email protected]” “San Jose|[email protected]” “Sunnyvale|[email protected]” “Other|[email protected]”] *
    
                 <label for=”your-other”>If “Other”, enter location:</strong</label><br/>                                    [text your-other ]
    
    Question:
    [textarea your-question id:quest]
    
    [submit “Send”][text your-reply id:reply]
    
    </div>
    <div id=”right”>
    What tenant-landlord issue are you dealing with?
    [checkbox issue3day “3 day notice|/a.pdf”]
    [checkbox issue30day “30-60-90 day notice|/b.pdf”]
    [checkbox issueEvict “Eviction|./Constructive-Eviction-flyer.pdf”]
    [checkbox issueRent “Rent Increase|c.pdf”]
    [checkbox issueMaint “Maintenance Problem|d.pdf”]
    [checkbox issueBreak “Break Lease|e.pdf”]
    [checkbox issueDeposit “Security Deposit|f.pdf”]
    [checkbox issueOther “Other”]
    </div></div>
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter projectsentinel

    (@projectsentinel)

    I clicked the contact option on the left hand side of the screen, then “ask a TLL question”, then mail and I know see the two items that I am assuming are the errors. Each read “This email address does not belong to the same domain as the site.”

    From [your-name] <[your-email]>

    To [_raw_your-city] <[your-city]>

    I get the same error as above (2 a/o 4 errors depending on the forms)…

    I noticed that lately all messages I receive arrive as sent from *my own WP email address* (the one I filled in as owner of the website) and I can’t reply to the senders… ??

    hmmm…

    @projectsentinel

    1. In MAIL >> From change to:
    [your-name] <[email protected]>
    (where yourdomain.com is the domain of the site where the form is hosted)

    2. in MAIL >> Additional Headers add:
    Reply-To: [your-email]

    3. In the FORM change the Phone form-tag to:
    [number* your-phone]

    Thread Starter projectsentinel

    (@projectsentinel)

    Thanks Barnez! The changes corrected the first configuration error, but the second configuration error still persists.

    From [_raw_your-city] <[your-city]>
    This email address does not belong to the same domain as the site.

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