Announcement

Collapse
No announcement yet.

Enlarging form field - HTML code?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Enlarging form field - HTML code?

    Hi - Hopefully a quick and easy question.

    I've developed two forms. No problems, they post to email fine, they tab to the different field in order (thanks for the hint: on the right click to move to forward.)

    Here is one of my draft forms: http://new.casadecampoluxuryvillas.com/rentalres.html

    My question is cosmetic. I would like to make the comments field show three or four lines, so that the typical user can see all that he/she has typed and so that it is not all on one line. I'd like to keep the fields unlimited if possible.

    I am not able to "pull" the field taller.

    The only place I could find to perhaps do this was in the HTML code. Can someone give me a quick HTML code insert to show additional lines? Here is the current HTML code:

    <INPUT type="text" size="58" name="comments" value="">

    Thanks in advance, Sbrenusa

  • #2
    Re: Enlarging form field - HTML code?

    Hi, you would normally replace this & use a text area type of field from your form menu. It can be made to any size you would like.
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Enlarging form field - HTML code?

      OK I feel like an idiot. Figured out to use the textarea box instead - duh.

      Comment


      • #4
        Re: Enlarging form field - HTML code?

        Thanks Chris.

        Comment

        Working...
        X