• Resolved nonoseki

    (@nonoseki)


    Hello,

    Since I updated to Contact form 7 4.4, I have those error messages in the contact forms page : “2 configuration errors found”

    My form configuration page is made like this :

    —————————————–
    <p>[select recipient “Administration|ceeee@afff.fr” “Viescolaire|ceeee2@afff.fr”]</p>

    <p>Votre nom (obligatoire)
    [text* your-name] </p>
    —————————————–

    And the Email configuration page is :
    —————————————–
    To : [recipient]
    !!! error message : “This field has syntax errors.”

    From : [your-name] <[your-email]>
    !!! error message : “This email adress does not belong to the same domain as the site”
    —————————————–

    Will this bug be solved ?

    Thanks a lot for your great job !

    https://wordpress.org/plugins/contact-form-7/

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1) Try making the recipient a required field in the form:

    <p>[select recipient* "Administration|ceeee@afff.fr" "Viescolaire|ceeee2@afff.fr"]</p>

    2) In your Email configuration page make the following changes:

    From:  [your-name] <wordpress@your-domain.com>
    Additional Headers: Reply-To: [your-email]

    3) If you want to actually see the sender’s email address in the message you receive you can include it in the MESSAGE section. For example:

    MESSAGE BODY:
    
        From: [your-name] <[your-email]>
        Subject: [your-subject]
    
        [your-message]

    * If an email is being sent from your website domain, it should now have a FROM address from that domain. This is because emails are being spoofed by spammers and are being sent from a different domain (e.g. I send you a message from my domain but claim to be sending it from paypal.com). Such messages are being routed into the Spam folder, and so best practice is now to include a FROM email address that is from the website domain

    Thread Starter nonoseki

    (@nonoseki)

    My mistake was to use “text” but “text*” was needed required value.

    Thank you very much !!!

    Thread Starter nonoseki

    (@nonoseki)

    resolved

    Thread Starter nonoseki

    (@nonoseki)

    This wasn’t the solution :/

    I still have the same problem, here is what it looks like :
    Form
    Email

    Do you have any idea how to solve this ?

    Thanks for your help !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Update 4.4 bug : Selectable Recipient → it doesn't work anymore !’ is closed to new replies.