Forum: comp
Page 233
Subject: Mailform help html


  Posted by: Tim - [39812714] Tue, Sep 27, 2005, 16:04

Hi everyone,
I've found a form mailer 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.

I get two small textboxes, but I need one big textbox. How do I manage to get this textbox?

grz
 
1Guru
      ID: 330592710
      Wed, Sep 28, 2005, 10:07
I think the textarea data type is what you need.

For example, the following code generates the message text area at the bottom of this page:
[textarea name="sometextfield" cols="50" rows="10" wrap="physical"][/textarea]
Remember to replace the [ and ] with < and >