Questions about Payment Form extension

Columns and Rows

  • issues
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 6 months ago #5091 by issues
Columns and Rows was created by issues
I am trying to get a filed in my form to use both columns. I am using "2cols2lines" layout. I have tried changing the columns and rows settings but they seem to not do anything what so ever. I need to be able to have a question strecth from one side of my page to the other, but only this one question. I assume thats what the col, rows field settings is for, if not it should be. Please advise.

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #5113 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Columns and Rows
Hi

The Columns and Rows setting in the custom field is only used for textare acustom field . It is used to define the width and height of the textarea . If you know abit about HTML, the code for the textarea will be :
Code:
<textarea name="NAME" rows="ROW_YOU_DEFINED" COLS="COLS_YOU_DEFINED"></textarea>

Hope it is clear !

Thanks,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc