Can anyone tell me why this doesn’t validate the required fields OR upload a plain text file? I’ve checked the permissions on the upload directory and that Members may upload. The user is logged-in by the time they get to this form.
I’ve even re-installed FreeForm (although the download says 2.5.7 NOT 2.5.8)
{exp:freeform:form form_name="getquote" required="comments|file1" file_upload="Main Upload Directory" return="{my_template_group}/entries_ff/%n;try_id%%"}
<input type="hidden" name="email" value="{logged_in_email}" />
<input type="hidden" name="name" value="{name}" />
<textarea name="comments" cols="50" rows="5" /></textarea>
<input type="file" name="file1">
<input class="freeform" type="submit" name="submit" value="submit" />
{/exp:freeform:form}
