Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #289376

    My email is entered in the contact form and clients are filling it out and I’m not receiving the information they enter on the form.

    Here is the link to the page: http://bodymindlinks.com/book-a-session/

    Here is everything that is in the quick CSS:
    .main_color {
    background-color: #ffffff;
    }

    .socialize-containter { display: none !important; }

    .avia_ajax_form .button { margin-right: 20px; }

    body.page-id-180 .template-page.content {
    padding-top: 0;
    }

    .footer_color a { color: white; }

    .main_color input[type=’submit’] {
    background-color: yellow;
    color: blue;
    border-color: yellow;
    }
    .main_color input[type=’submit’]:hover {
    background-color: yellow;
    color: blue;
    border-color: yellow;
    }

    #289739

    Hi Bodymindlinks!

    First thing to check is that the email address isn’t recieving but marking the email as spam. Next, try switching the email address to one hosted on that domain as many hosting providers don’t allow mail to be sent out to emails not based at the domain (spam prevention).

    Last, talk to your hosting provider and make sure you are allowed to send out mail using the php mail function.

    You can also try deactivating all other active plugins to make sure there is no conflict as well either before everything else or after.

    Regards,
    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.