I am working on an ee site with CartThrob installed, and I am suddenly having trouble with my email contact forms.
I had built two contact forms on the site, and everything was working as it should. After I installed CartThrob, I stopped receiving the e-mails from the contact form.
Another problem that seems like it could be related, is that I am not receiving the confirmation e-mails from my CartThrob orders.
I wondered if anyone has ever seen anything like this, or if anyone might know where this bug is coming from. Any insight is greatly appreciated.
For the sake of double checking my code, this is what I have in the main contact form.
{exp:email:contact_form user_recipients="no" recipients="[email protected]" charset="utf-8" replyto="yes"}
<fieldset>
<label for="from">Your Email Address</label>
<input type="text" id="from" name="from" value="" />
</fieldset>
<fieldset>
<label for="name">Your Full Name</label>
<input type="text" id="name" name="name" value="" />
</fieldset>
<fieldset>
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" value="" />
</fieldset>
<fieldset>
<label for="message">Message</label>
<textarea id="message" name="message"></textarea>
</fieldset>
<input name="submit" type='submit' value='Send' />
{/exp:email:contact_form}