Hi - I made a form and I think I have the correct tags and stuff filled in. The write permissions on the upload directory are also set correctly. After I fill in the form and hit submit the mail is sent OK - BUT.........no attachment - even though I selected one in the dialogue. I am hosted with GoDaddy if it is any clue.
Form code is as per below:-
<form name="ChronoContact_Enquiry" method="post" action="index.php?option=com_chronocontact&task=send&chronoformname=Enquiry" enctype="multipart/form-data">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<input name="Name"><br>
<br>
<input name="E-Mail Address"><br>
<br>
<textarea cols="20" rows="6" name="Message"></textarea><br>
<br>
<input name="Attachment" type="file"><br>
<br>
<input type="submit">
</td>
</tr>
</table>
</form>
Any help appreciated
Snads
Form code is as per below:-
<form name="ChronoContact_Enquiry" method="post" action="index.php?option=com_chronocontact&task=send&chronoformname=Enquiry" enctype="multipart/form-data">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<input name="Name"><br>
<br>
<input name="E-Mail Address"><br>
<br>
<textarea cols="20" rows="6" name="Message"></textarea><br>
<br>
<input name="Attachment" type="file"><br>
<br>
<input type="submit">
</td>
</tr>
</table>
</form>
Any help appreciated
Snads