I am using EE 1.6.0, Build: 20070726 and the latest version of Freeform (download says 2.5.8, but EE displays 2.5.7).
Everything works fine until I add an attachment to be sent via email. With an attachment included, the attachment arrives, but the text of the fields is not visible in the email. When viewing source it is there, but not displayed in the email itself.
This is the form code:
{exp:freeform:form form_name=“jt_milestones” notify=“webmaster@jewishtimes.com” template=“notify_milestones” file_upload=“Submit Photos via Email” send_attachment=“yes”}
Photo:
<input type=“file” name=“file1” />
Your Name:
<input type=“text” name=“name” size=“30” />
Email Address:
<input type=“text” name=“email” size=“30” />
Daytime Phone:
<input type=“text” name=“daytimephone” size=“30” />
Comments:
<textarea name=“comments” rows=“12” cols=“25” /></textarea>
{if captcha}
Please enter the word you see in the image below:
{captcha}
<input type=“text” name=“captcha” maxlength=“30” />
{/if}
<input name=“submit” type=‘submit’ value=‘Submit’ />
{/exp:freeform:form}
