• Kindly help; This is my form and the corresponding Mail tab, But i have tried all i thought could have been the problem but not working out. I keep the getting an error which points to “Senders Message failed to Send ”

    
    <div class="bt-contact-us">
    <div class="row">
    <div class="col-md-6">[class:bt-name placeholder "Names"]</div>
    <div class="col-md-6">[email* emailaddress class:bt-email placeholder "Email"]</div>
    <div class="row">
    <div class="col-md-12">[text* subject class:bt-subject placeholder "Subject"]</div>
    </div>
    <div class="row">
    <div class="col-md-12">[textarea* message class:bt-content placeholder "Message"]</div>
    </div>
    <div class="row">
    <div class="col-md-12 text-center">[submit class:bt-submit "CONTACT NOW"]</div>
    </div>
    </div>
    

    And this is my mail tab

    https://snag.gy/YD4SyJ.jpg

    Thnaks

    • This topic was modified 6 years, 1 month ago by olato.
    • This topic was modified 6 years, 1 month ago by Jan Dembowski.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The following looks wrong:

    <div class=”col-md-6″>[class:bt-name placeholder “Names”]</div>

    You probably should have something like:

    <div class=”col-md-6″>[text names* class:bt-name placeholder “Names”]</div>

    But that may not be causing your email sending problem.

    Is the error border color orange or red?

    Thread Starter olato

    (@olato)

    Thanks for your correction

    The Boarder color is RED and The message come from “Sender’s message failed to send” from the messages tab of the plugin

    I have seen it’s not only on one website but all my website projects. Check out on this this site forexample see first post for link

    Thanks

    Neil Murray

    (@buzztone)

    I tested your form.

    See If You Have Email Problems – most people that work carefully through this list of email sending issues are able to solve their particular problems.

    There are a series of links to an article I wrote at the bottom of that page (which is recommended by the CF7 plugin author, though I’m not allowed to link directly to it here) that covers this topic in detail.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Failed to send your message. Please try later’ is closed to new replies.