• 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: ALL CAPS in text fields

ALL CAPS in text fields 1 year 3 months ago #42534

  • jj9
  • jj9's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi guys,

I have used this string of code in the additional attributes area of 2 fields in one form: input {text-transform: uppercase;}

For some reason, after that, ALL text fields (not text areas) in all my forms are typing in ALL CAPS no matter what I do.

I have:
of course deleted the string in the fields in question
cleared cache
re-opened Joomla
refreshed
cleared browsing data
tried different browsers

- but no matter what I do, the problem continues.

a form: waterproofingpilot.com/index.php/project-learning-report.html

Kr. John.
The administrator has disabled public write access.

ALL CAPS in text fields 1 year 3 months ago #42536

  • gunerguk
  • gunerguk's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Thank you received: 3
Somewhere in your form you left the inline code:
input {
	text-transform: uppercase;
}

Check all the fields settings and the CSS area of form properties.

The administrator has disabled public write access.
The following user(s) said Thank You: jj9

ALL CAPS in text fields 1 year 3 months ago #42539

  • jj9
  • jj9's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Yes I did :)

Thanks mate !
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!