• 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: capital letter - form seems to shift all to cap

capital letter - form seems to shift all to cap 9 years 3 months ago #33880

I have created a Rsform Pro - simple form - but it seems to ship all letter to Cap - why is this happening ?
The administrator has disabled public write access.

capital letter - form seems to shift all to cap 9 years 3 months ago #33888

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Most likely you a CSS declaration in place (provided by a third party factor) that transforms the text while typing it in. Can you provide a link to the form so we can have a look ?
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.

capital letter - form seems to shift all to cap 9 years 3 months ago #33910

I am using the latest template from Yootheme - example - new.icetours.net ( inquiry )


if have not done anything to CSS - I have used templates from yootheme many times and never seen this before
The administrator has disabled public write access.

capital letter - form seems to shift all to cap 9 years 3 months ago #33911

The administrator has disabled public write access.

capital letter - form seems to shift all to cap 9 years 3 months ago #33917

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
The URL doesn't work...
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.

capital letter - form seems to shift all to cap 9 years 3 months ago #33931

it does - please try agin - or new.icetours.net/ and select from menu Inquiry

if I could send screenshots i would - works fine -
The administrator has disabled public write access.

capital letter - form seems to shift all to cap 9 years 3 months ago #33947

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
looks like it is actually named "Contact us", but i will have a look at it.
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.

capital letter - form seems to shift all to cap 9 years 3 months ago #33949

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Oh, here it is:

new.icetours.net/templates/yoo_avanti/st...rn/css/bootstrap.css
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  font-weight: inherit;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}

You can adjust this just for RSForm!Pro through its CSS/JS area, CSS section, but i don't think this is suitable for other forms as well. I would recommend contacting the template support for more details on this.

Meanwhile, in case you are not comfortable with CSS, here is what to add in the CSS section:
<style type="text/css">
#userForm select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  text-transform: none !important;
}
</style>
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.
The following user(s) said Thank You: simone_stickles
  • 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!