|
okay, havn't gotten it yet, but I got another question.
I need a script to process this form. What I want is for it to upload a image and send it to my email account. any idea on how to do this?
[code:1:72684641a1]<form id="form" method="post" action="scripts/formmailer/formmailer.php" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="180000">
<p>Your Name<br /><input type="text" name="Name" /></p>
<p>Your Email<br /><input type="text" name="Email" /></p>
<p>Comments and/or Questions<br /><textarea name="Comments" rows="5" cols="40"></textarea></p>
Upload your sig here:
<input type="file" name="Sig" value="Sig" /></p>
<
<input type="submit" name="submit" value="Submit" />
<input type="reset" name="Reset" value="Clear Form" />
<input type="hidden" name="config" value="0" />
</font>
</p>
</form> [/code:1:72684641a1]
|