XHTMLforum

XHTMLforum (http://xhtmlforum.de/index.php)
-   (X)HTML (http://xhtmlforum.de/forumdisplay.php?f=72)
-   -   need some help with form mailer (http://xhtmlforum.de/showthread.php?t=37768)

stephen32 30.11.2005 21:31

need some help with form mailer
 
Hi everyone,

I've found a form mailer on the internet and I used their example code to send emails:

Zitat:

<form name="formname" method="post" action="http://www.mail-maniac.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">

<input type="text" name="anothertextfield">

<input type="file" name="filename">

<input type="submit" name="submit" value="Submit">


<font size="1" face="Verdana">Mail-Maniac, free HTML email form processor</font>
</form>
How do I add a big textfield, where users can type their text? :)

thank you for your help!

Tapsiturtle 30.11.2005 22:11

Hello stephen32,

you need a textare:

Code:

<textarea id="message" cols="50" rows="15"></textarea>
You can change the size of the textarea with the cols and rows.


Alle Zeitangaben in WEZ +2. Es ist jetzt 07:30 Uhr.

Powered by vBulletin® Version 3.8.11 (Deutsch)
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

© Dirk H. 2003 - 2023