• 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: Textbox size does not work in Joomla! 3.x

Textbox size does not work in Joomla! 3.x 11 years 3 months ago #26129

Hi,
recently upgraded from Joomla!2.5 to 3.2. The forms were transferred OK, except for the textbox size: all the cells get the same width.
for examples see:
2.5: sandbox.de-maas.nl/index.php/roeien/insc.../rotteroeicompetitie
3.2: www.de-maas.nl/index.php/roeien/inschrijven/rotteroeicompetitie

Any solutions?

Rgds, René Kolpa
Last Edit: 11 years 3 months ago by webmasterdemaas.
The administrator has disabled public write access.

Textbox size does not wok in Joomla! 3.x 11 years 3 months ago #26135

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

The width of the textboxes and dropdowns is dictated and inherited by the Bootstrap definitions your installation uses. You can try overriding these definitions though the RSForm!Pro CSS scripting area(backend > Components > RSForm!Pro > Manage Forms > your form > Properties > CSS and JavaScript > CSS). Example:
<style type="text/css">
select{
width:100px !important;
}
input{
width:50px !important;
}
</style>
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

Textbox size does not work in Joomla! 3.x 11 years 3 months ago #26154

Thank you for yoyr reply!
I understand from your reaction that the field size (attributes) do not work anymore.
Is that correct?

Rgds. René Kolpa
The administrator has disabled public write access.

Textbox size does not work in Joomla! 3.x 11 years 3 months ago #26192

Just received an answer from support. If you use this script, the field size is adjusted according to the size settings:
<style type="text/css">
select{
width: auto !important;
}
input{
width: auto !important;
}
</style>
The administrator has disabled public write access.

Textbox size does not work in Joomla! 3.x 11 years 3 months ago #26205

  • maree
  • maree's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
in rsf 1.4.0 r48 adding to form properties did not work for me so I changed it in components>com_rsform>assets>css>front.css line 355 "width: 220px;" to "width: auto !important;" and line 286"width: 210px;" to "width: auto !important;" Worked a treat.
The administrator has disabled public write access.

Textbox size does not work in Joomla! 3.x 11 years 3 months ago #26207

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
The "size" attribute is deprecated in favor of CSS styling. We do not recommend using it and will be removed in a later version of RSForm! Pro.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!