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.
Hello, Go to Settings > General > E-mail Address and enter your email address and check it again. Thanks & Regards Gourav Shrivastava
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.
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
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 Thanks & Regards Gourav Shrivastava