By chance does anyone know a code to add to a form where I can have people attach a pic or doc to it??? I found one but I cant get it to work???? Please help
<FORM action="mailto:howdmbhp@yahoo.com">
Name: <INPUT name="Name" value="" size="35"><BR>
Email: <INPUT name="Email" value="" size="35"><BR>
Address: <INPUT name="Address" value="" size="35"><BR>
Phone: <INPUT name="Phonel" value="" size="35"><BR>
<FORM METHOD="post" ACTION="mailto:howdmbhp@yahoo.com" ENCTYPE="multipart/form-data">
Attachment: <INPUT TYPE="file" NAME="attachedfile" MAXLENGTH=99 ALLOW="text/*" >
<INPUT TYPE="submit">
</FORM>
Thank you =)



Reply With Quote

Bookmarks