• 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: I am not able to increase the TEXTAREA Height.

I am not able to increase the TEXTAREA Height. 7 years 5 months ago #37498

  • edo_ita
  • edo_ita's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
HI to all.

my problem is about the textarea. My RS FORM PRO version is "RSForm! Pro 1.52.14".

The TEXT AREA field does not adjust the height settings. I have not problem with the columns. Regarding the rows, any value i try, the field does not change the height. Additionally, you can not expand the field manually. It always keeps one row.

Please help me. I can't solve the problem.

Thank you in advance to all.
Edoardo
The administrator has disabled public write access.

I am not able to increase the TEXTAREA Height. 7 years 5 months ago #37500

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

You can try adding a style definition as the following within the CSS area (Form Properties > CSS and Javascript):
<style>
 
#userForm textarea{
  height: 300px;
}
 
</style>
The administrator has disabled public write access.
The following user(s) said Thank You: edo_ita

I am not able to increase the TEXTAREA Height. 7 years 5 months ago #37502

  • edo_ita
  • edo_ita's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hello Dragos,

thank you for the replay.

Anyway i tried and it doesn't work.
I am sorry but i am not so expert.
I put the code in From Properties>CSS and Javascript but id keep the original size.

A stupid questino: i have to change #userForm with comething?

This is the link about it: http://www.romefiumicinotransfer.com/index.php/en/?option=com_rsform&view=rsform&formId=3
Thank you in advance!! B)

Edo
The administrator has disabled public write access.

I am not able to increase the TEXTAREA Height. 7 years 5 months ago #37507

  • djseleco
  • djseleco's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Thank you received: 10
Ciao edo_ita, the code provided by dragos is correct but you need to use "!important" css rule.
Try in this way:
#userForm textarea {
    height: 300px !important;
}
Last Edit: 7 years 5 months ago by djseleco.
The administrator has disabled public write access.
The following user(s) said Thank You: edo_ita

I am not able to increase the TEXTAREA Height. 7 years 5 months ago #37508

  • danieljtamayo
  • danieljtamayo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1
I had this problem, too.
I chose to click the "Legacy Layout" button...and chose "one column" and the form picked up the css settings for my page.
It has something to do with the way the form creates its own css...since I had already set CSS for my own page, this worked for me.
The administrator has disabled public write access.

I am not able to increase the TEXTAREA Height. 7 years 5 months ago #37509

  • edo_ita
  • edo_ita's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hi DJ seleco,

THANK YOU.
You solved my problem.

Thank you again.
Edoardo
The administrator has disabled public write access.

I am not able to increase the TEXTAREA Height. 6 years 7 months ago #38442

Thank,
I solved my problem with:


<style>
#userForm textarea {
height: 100px !important; width: 300px !important;
}</style>
The administrator has disabled public write access.
  • 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!