I've found a mailform processor on google, but I dont know how to add a big text field, instead of the small ones I get when I use the mail-maniac example;
<form name="formname" method="post" action="http://www.[mailform processor].com" enctype="multipart/form-data">
<input type="hidden" name="mailto" value="mailto(at)address.com">
<input type="hidden" name="from" value="mailfrom(at)address.com">
<input type="hidden" name="subject" value="Subject line">
<input type="hidden" name="fromname" value="Your name">
<input type="hidden" name="goto" value="http://www.thankyoupage.com">
<input type="text" name="sometextfield"><br />
<input type="text" name="anothertextfield"><br />
<input type="file" name="filename"><br />
<input type="submit" name="submit" value="Submit"><br /><br/>
<a href="http://www.[mailform processor].com" target="_blank"><font size="1" face="Verdana">[mailform processor], free HTML email form processor</font></a>
</form>
I get two small textboxes, but I need one big textbox. How do I manage to get this textbox?
grz
[Links and URLs removed by Site Admin. - Dave]