• Resolved Sergio Urra

    (@sergiourra)


    Hello. A client has a contact form that sends every data correctly. The problem is that when they do a reply, the “to:” shows two emails, like so:

    to: reply@email.com, contact@company.com

    The second address doesnt exist in the list of emails of the company. They created the form with Contact Form 7.

    The form code is:

    [text code id:code readonly]
    [number* quantity placeholder “Quantity”]
    [text* name placeholder “Name”]
    [email* email placeholder “Email”]
    [text* telehon placeholder “Telephon”]
    [textarea coments x3 placeholder “Coments (optional)”]
    [submit “Send”][dynamichidden post_title id:post_title “CF7_get_post_var key=’title'”][dynamichidden post_code id:post_code “CF7_get_post_var key=’product-code'”] The email is set like this:

    To: seller@company.com
    From: seller@company.com
    Subject: [name] – New Request
    Additional headers: Reply-To: [email]
    Mesage Body: Product: [code]
    Quantity:[quantity] Client Data: Name: [name]
    Email: [email]
    Telephon: [telephone]
    Coments: [coments]

    They also used Contact Form 7 - Dynamic Text Extension, and there is a warning: There is a new version of Contact Form 7 - Dynamic Text Extension available, but it does not work with your version of PHP.

    Anyone have had this problem and solved it?

    Thanks
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Ghost email in “To:” field when reply’ is closed to new replies.