- Posts: 3
- Thank you received: 0
Questions about Payment Form extension
Columns and Rows
- issues
- Topic Author
- Offline
- New Member
Less
More
14 years 2 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.
- Tuan Pham Ngoc
- Offline
- Administrator
14 years 2 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 :
Hope it is clear !
Thanks,
Tuan
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.