Hi, I searched the forums but couldn’t find the solution to my problem.
Using EE 1.6.2 and the latest FreeForm (dl’ed today), I am unable to get the {send_user_email} parameter to work (i.e., the user doesn’t receive the message). I’ve tried with multiple addresses, and it’s not spam filter related. Here’s my form code:
{exp:freeform:form
form_name="tickets"
form_id="ticket-form"
required="contact_name|contact_email|..."
notify="my@email.com"
send_user_email="yes"
template="ticket_request"
require_ip="yes"
return="thank-you"}
<fieldset>
<legend>Ticket Buyer</legend>
<p><span class="important">*</span>
<label>Contact Name</label><br />
<input type="text" name="contact_name" value="" id="contact_name" />
</p>
<p><span class="important">*</span>
<label>Contact Email</label><br />
<input type="text" name="contact_email" value="" id="contact_email" />
</p>
<p><span class="important">*</span>
<label>Contact Phone</label><br />
<input type="text" name="contact_phone" value="" id="contact_phone" />
</p>
<p><span class="important">*</span>
<label>Company Name</label><br />
<input type="text" name="company_name" value="" id="company_name" />
</p>
<p><span class="important">*</span>
<label>Address</label><br />
This is the address where tickets will be sent.<br />
<input type="text" name="address" value="" id="address" />
</p>
<p><span class="important">*</span>
<label>City</label><br />
<input type="text" name="city" value="" id="city" />
</p>
<p><span class="important">*</span>
<label>Province</label><br />
<input type="text" name="prov" size="2" value="" id="prov" />
</p>
<p><span class="important">*</span>
<label>Postal Code</label><br />
<input type="text" name="pc" size="6" value="" id="pc" />
</p>
<p><span class="important">*</span>
<label>Is the cheque in the mail?</label><br />
<select name="cheque" id="cheque" size="1">
<option value="">--</option>
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</p>
</fieldset>
.... MORE FORM FIELDS ....
<p>
<input type="submit" name="submit" value="Submit" />
</p>
{/exp:freeform:form}
I’m attaching a screen of my email template settings. Please let me know if you need any other info.
Thanks,
Eric
