hi hope someone can help me with this problem. I have a form on a website but need to add a box so that people can attach a file to it like a resume.
this is the coding I have on there now:

<form name="contact" method="post" ENCTYPE="text/plain" action="mailto:enquiries@ipswichrslservices.com.au?" subject="TJS - Form" onSubmit="return validateForm(contact);">
<table border="1">
<INPUT TYPE="checkbox" NAME="Mailinglist" VALUE="true">
I want to be on your mailing list.
<tr>
<td>Name:</td>
<td><input type="text" SIZE="20" name="FullName" length="25"></td>
</tr>
<tr>
<td>Email:</td>
<td><input type="text" SIZE="20" name="Email" length="25"></td>
</tr>
<tr>
<td><input type="submit" name="submit" value="Submit"></td>
<td><input type="reset" name="reset"></td>
</tr>
<BR><BR>Your Query: <SELECT NAME="Comments" SIZE="1"><BR>
<OPTION SELECTED><B>General</B>
<OPTION>Restaurant
<OPTION>Functions
<OPTION>Entertainment
<OPTION>Drinks
<OPTION>Promotions
<OPTION>Website
<OPTION>Photo Gallery
</SELECT><BR><BR>
<TEXTAREA NAME="comments" ROWS=6 COLS=40>
</TEXTAREA>
<BR><BR>
</table>
</form>
Is there a simple way to do that as I am not familiar with php coding.
any help would be much appreciated.

Recommended Answers

All 2 Replies

sorry still not sure how to do this as I don't have a clue how to get it to work thanks anyhow

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.