ComputerForum.com ComputerForum.com  
Go Back   Computer Forum > Computer Software > General Software

Reply
 
LinkBack Thread Tools Display Modes
Old 09-27-2005, 09:34 PM   #1 (permalink)
New Member
 
Join Date: Sep 2005
Posts: 1
Default Send email from website

Hi,

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;

Quote:
<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"><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.mail-maniac.com" target="_blank"><font size="1" face="Verdana">Mail-Maniac, 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
clamp11 is offline   Reply With Quote


Old 09-27-2005, 10:08 PM   #2 (permalink)
VIP Member
 
Lorand's Avatar
 
Join Date: Dec 2003
Location: Bucharest
Age: 42
Posts: 3,042
Default

You could change the line
<input type="text" name="sometextfield"><br />
with this one:
<textarea name="sometextfield" rows="10" cols="40"></textarea><br />
But that mail-maniac site is pretty dubious, I wouldn't use their service...
Lorand is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT +1. The time now is 05:00 AM.


Powered by: vBulletin Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright © 2002-2008 Computer Forum and Web Design Forum