Contact Form not working

Discussion in 'GeoCraft WordPress Theme' started by greytail, May 7, 2014.

  1. greytail

    greytail New Member

    Joined:
    May 5, 2014
    Messages:
    21
    Likes Received:
    0
    I have installed the Configure SMTP settings into this theme because it is the only thing that works with my server email set up. When I test with this plug, I receive the test email. Also I have tested the Lead Contact form, by putting my own address into it. I got an email that looks like this:

    Listing Title: Willoughvale Inn
    User Name: Tim
    Message: test
    Email: [email protected]
    Contact Number: 802-895-4295


    But when I go to my contact form here, there is no Captcha and though the email confirms it is sent, I never receive it!
    http://scenesofvermont.com/vermontinns/contact-us/

    I have filled out all the two Google capture settings in the admin.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to Settings > General > E-mail Address
    and enter your email address and check it again.


    Thanks & Regards
    Gourav Shrivastava
     
  3. greytail

    greytail New Member

    Joined:
    May 5, 2014
    Messages:
    21
    Likes Received:
    0
    There's no captcha....does this mean I have to install a plugin? Why is there no captcha when there is captacha for the other forms? This is a fairly high priced theme....I feel it should have come with this.
     
  4. greytail

    greytail New Member

    Joined:
    May 5, 2014
    Messages:
    21
    Likes Received:
    0
    Also, as I said, everything else is sending out email, but not this form!
     
  5. greytail

    greytail New Member

    Joined:
    May 5, 2014
    Messages:
    21
    Likes Received:
    0
    Still not working, checked the junk mail, recreated page, all over email outputs working.....
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check your issue.
    Thanks & Regards
    Gourav Shrivastava
     
  7. greytail

    greytail New Member

    Joined:
    May 5, 2014
    Messages:
    21
    Likes Received:
    0
    I have simply replaced the form with another and everything is working
     
  8. greytail

    greytail New Member

    Joined:
    May 5, 2014
    Messages:
    21
    Likes Received:
    0
    Original contact form not working
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to template_contact.php present in your theme directory and replace the current code
    Code:
     mail($emailTo, $subject, $body, $headers);
    with code given below

    Code:
     wp_mail($emailTo, $subject, $body, $headers);

    check image for reference
    2014-05-12_1526.png


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page