Hi, I have been using Freeform successfully on client’s site for more than a year. In the last 3 weeks it has stopped sending notification emails but still records the data on the backend.
I am hosting with 1and1.co.uk. My freeform code is:
{exp:freeform:form form_name="general_enquiry" required="first_name|last_name|email|comments" notify="[email protected]" template="general_enquiry" return="contact-us/thank-you"}
<table width="440" border="0" cellpadding="5" cellspacing="1" class="reservations" align="center">
<tr>
<td class="label">First Name</td>
<td><input type="text" name="first_name" class="input" tabindex="1" /></td>
</tr>
<tr>
<td class="label">Surname Name</td>
<td><input type="text" name="last_name" class="input" tabindex="2" /></td>
</tr>
<tr>
<td class="label">Email<span class="note"></span></td>
<td><input type="text" name="email" class="input" tabindex="3" /></td>
</tr>
<tr>
<td class="label">Phone
<span class="note">(e.g. +27 53 781 9234)</span></td>
<td><input type="text" name="phone" class="input" tabindex="4" /></td>
</tr>
<tr>
<td class="label">Comment</td>
<td><textarea name="comments" cols="30" rows="10" class="input" tabindex="5" ></textarea></td>
</tr>
<tr>
<td class="label">Please type the characters you see in the image before submitting</td>
<td>{captcha}
<input class="forum_text_input captcha" type="text" name="captcha" value="" /></td>
</tr>
<tr class="no-dots">
<td align="center"></td><td><input type="submit" value="Submit Enquiry" name="submit"></td>
</tr>
</table>
{/exp:freeform:form}Any help will be greatly appreciated. Thanks.
P.S. Have posted on the Freeform forum as well.