need help with mailform processor

They have: 1 posts

Joined: Oct 2005

Hi,

I've found a mail form 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:

Mail-Maniac, free HTML email form processor

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

grz

He has: 698 posts

Joined: Jul 2005

To get a large text box, you would use the textarea tag. It would look something like this:

<textarea name="field_name" cols="#" rows="#"></textarea>
'

Kurtis

timjpriebe's picture

He has: 2,667 posts

Joined: Dec 2004

Of course, you would replace the #'s in mscreashuns' example with the actual width (cols) and height (rows) you want. It's not in pixels, but in characters. I often have to toy with the width and height to get it exactly how I want.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.