• 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: Text entry areas are truncating text

Text entry areas are truncating text 10 years 2 months ago #30392

  • parallel49th
  • parallel49th's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 1
Hello,

I am using various RS Forms on a few pages of my site. Only problem is, when typing in any of the text entry boxes, the type is being truncated on both the top and the bottom. For example, if I was to type the word 'Testing' the top of the T and the tail of the g will not be visible. I have tried opening my site in Firefox, IE and on the Android and am still seeing the same issue.

Any way to increase the height of the text entry boxes?

Thanks
The administrator has disabled public write access.

Text entry areas are truncating text 10 years 2 months ago #30394

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Can you please post a link to the form so we can have a look at this ?
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.

Text entry areas are truncating text 10 years 2 months ago #30401

  • parallel49th
  • parallel49th's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 1
Solved. Received the following message from tech support this morning, and works perfectly:

This happens because of the height of the input field. You can increase it with a simple CSS declaration like this (use it in the CSS and Javascript section of the Form Properties):

<style>
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"]{
height:auto !important;
}
</style>
The administrator has disabled public write access.
The following user(s) said Thank You: yaani

Text entry areas are truncating text 9 years 10 months ago #31658

  • yaani
  • yaani's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 41
  • Thank you received: 4
This solution helped me with correcting the height of the text input boxes. Thank you for sharing!
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!