• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Not Working - textarea "cols"

Not Working - textarea "cols" 9 years 5 months ago #33053

  • Mwfowler11
  • Mwfowler11's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1
I have the latest version of the software and when I go to:

Components >> RSForm!Pro >> Manage Forms >> edit your form >> Components >> edit the text area field >> Attributes

and increase the " Cols " field, it does not change in the displayed form. I

I've also noticed I cannot manually grab the lower right corner of the textarea and manually resize.

gulfcoastshoppers.com/joomla/place-order.html

Thank you.
The administrator has disabled public write access.

Not Working - textarea "cols" 9 years 5 months ago #33181

  • support69
  • support69's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 1
I was having the same issue, but found a fix. I am using a yootheme template and I edited the bootstrap.css file. I'm not an expert with css, but found a line defining the size of the text boxes. I commented out the rule. Here's what I did:

input,
textarea,
.uneditable-input {
/* width: 206px; */
}

Now life is good ... hope this might help you!
The administrator has disabled public write access.
The following user(s) said Thank You: Mwfowler11

Not Working - textarea "cols" 9 years 5 months ago #33189

  • Mwfowler11
  • Mwfowler11's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1
Unfortunately that didn't work.
The administrator has disabled public write access.

Not Working - textarea "cols" 9 years 5 months ago #33195

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

You can try using the following instead (adjust the percentage value as desired):
<style type="text/css">
#userForm textarea{
 width: 80% !important; 
}
</style>
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

Not Working - textarea "cols" 9 years 5 months ago #33196

  • Mwfowler11
  • Mwfowler11's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1
Regarding this code:
<style type="text/css">
#userForm textarea{
 width: 80% !important; 
}
</style>

Where would I put that? I tried adding it to the front.css file with no luck. Tried adding it the the Additional Attributes with no luck.
The administrator has disabled public write access.
The following user(s) said Thank You: eiverson

Not Working - textarea "cols" 9 years 5 months ago #33198

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

You can add it via the form itself (while editing a form > Properties > CSS and JavaScript > CSS). When placing it within a .css file, no longer use the <style> tags.
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.
The following user(s) said Thank You: rocher
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!