Hi,
I’m having trouble sending mail with Freeform. I get an error message that says:
The following errors were encountered
My blacklist/whitelist module is not installed.
My code:
{exp:freeform:form form_name="contest" required="firstname|lastname|address|email|phone|location|acceptterms" notify="whatever@whatever.com" return="http://www.mysite.com/index.php"}
Any suggestions?
I’ve looked up other instances of this but nothing really helps.
Any help is much appreciated.
Thanks
Hi Sue,
It’s sending. However…
I’m having an issue with the FF output. This is what I get:
Someone has posted to Freeform. Here are the details:
Entry Date: 2007-03-23 12:29 PM Form Name: contest Name: Email: stuff@mysite.com
None of the other required fields show up.
Do you have suggestions?
Thanks for your help.
Peter, have you tried turning off Secure Forms?
No, I hadn’t. Sounds worth trying, thanks! I’ve switched that off now. Hopefully with the blacklist on and trackbacks off, there won’t be too much effect in other areas.
Tangentially, has anyone else noted that the control panel admin area search function is often unhelpful – I did a search for “secure” and it came up with no results. :(
Hi Sue,
Here is my code:
{exp:freeform:form form_name="Contest" required="firstname,lastname,address,email,phone,location,acceptterms" notify="myemail@me.com" return="http://www.mysite.com/"}
<label for="firstname">First Name</label>
<input type="text" id="first" name="firstname" value="" size="30" />
<label for="lastname">Last Name</label>
<input type="text" id="last" name="lastname" value="" size="30" />
<label for="address">Address</label>
<textarea name="address" id="address" rows='5' value="" cols='24' /></textarea>
<label for="email">Email</label>
<input type="text" id="email" name="email" value="" size="30" />
<label for="phone">Phone</label>
<input type="text" id="phone" name="phone" value="" size="30" />
<label for="location">Location</label>
<textarea name="location" id="location" rows='8' cols='50' /></textarea>
<label for="contestrules">Contest Rules</label>
<textarea name="rules" id="rules" rows='8' cols='50' readonly />
BLAH, BLAH, BLAH
</textarea>
<input type="checkbox" id="acceptterms" name="acceptterms" /> <label for="acceptterms">I agree to the contest rules</label>
<input type="submit" id="submit" name="submit" value="submit" />
{/exp:freeform:form}
Thanks for all help.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.