• Resolved kevmusic

    (@kevmusic)


    Very Frustrating. All my forms worked perfectly. After the Contact Form7 4.4 update no forms will send and I get an error message:Failed to send your message. Please try later or contact the administrator by another method..
    I’m not a coder. I’m a musician. This update is losing me money!
    I followed the instructions here:
    https://contactform7.com/2016/01/15/red-border-error-issue-on-wordpress-441/ NOPE.
    Tried many many variations. The developer’s notes sure seem like he is pretty much clueless on this issue. He should release the OLD plug-in again while he tests the new code.

    I tried creating a form from scratch using the following code from Buzzcodes post… didn’t work form me either.

    <p>Your Name (required)
        [text* your-name] </p>
    
    <p>Your Email (required)
        [email* your-email] </p>
    
    <p>Subject (required)
        [text* your-subject] </p>
    
    <p>Your Message
        [textarea your-message] </p>
    
    <p>[submit "Send"]</p>
    
    <strong>Mail </strong>
    To: [your name] <[your email]>
    
    From: validemailaddress@yourdomain.com
    
    Subject: [your subject]
    
    Additional Headers: Reply-to: [your email]

    Has anyone been able to resolve this issue? Can anyone post the format exactly as is should be in simple terms for a newbie coder please? I’d appreciate the help. KEV

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 5 replies - 1 through 5 (of 5 total)
  • barnez

    (@pidengmor)

    In MAIL > From, wrap your email address in chevrons:
    <validemailaddress@yourdomain.com>

    Thread Starter kevmusic

    (@kevmusic)

    This is exactly what I have:

    Under Form Tab:

    <p>Your Name (required)
    [text* your-name] </p>

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

    <p>Subject (required)
    [text* your-subject] </p>

    <p>Your Message
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

    Under Mail Tab:

    To: me@myemail.com
    From: me@myemail.com <me@myemail.com>
    Subject: Ask a Question “[your-subject]”
    Reply-To: [your-email]

    Message body:

    To: [my_Business_name] <me@myemail.com>

    From: me@myemail.com

    Subject: [your subject]

    Additional Headers: Reply-to: [me@myemail.com]

    barnez

    (@pidengmor)

    1.
    Under Mail > From you seem to have 2 x email addresses. Change to:

    From: [your-name] <me@myemail.com>

    2.
    Make sure Reply-To: [your-email] is in the Additional Headers field.

    3.
    Under Message body:

    From: [your-name] [your-email]
    Subject: [your subject]

    [your-message]

    Thread Starter kevmusic

    (@kevmusic)

    Solved It!
    This is what worked for me:
    1. Deactived the Contact7 form and reactivated it.
    2. Contacted my Service provider – Changed my SMTP settings to a new Port.
    3: I used the following code in the Contact 7 Form (4.41)

    FORM TAB

    <p>Your Name (required)
    [text* your-name] </p>

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

    <p>Subject (required)
    [text* your-subject] </p>

    <p>Your Message
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

    Mail Tab

    To:
    me@mydomain.com

    From:
    me@mydomain.com

    Subject:
    [your-subject]

    Additional Headers:
    Reply-To:[your-email]

    Message Body:
    From:[your-name] [me@mydomain.com]

    Subject: [your-subject]

    Message Body:
    [your-message]

    Additional Headers: Reply-to: [me@mydomain.com]

    Thanks! Hope this helps someone. Form down….BAD.

    barnez

    (@pidengmor)

    Happy to hear you got this fixed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Contact Form 7.44 update Sucks and Forms no longer work.’ is closed to new replies.