• 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: Put a textbox field input as capitals into DB

Put a textbox field input as capitals into DB 13 years 6 months ago #11564

  • info221
  • info221's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hello,

Can anybody help me with this?
For one of the fields i need the whole word to be put as uppercase in to my database. I tried by using the css style text-transformation:uppercase;

This doesn't work.


Any ideas?

Kind regards,

Louwrens
The administrator has disabled public write access.

Re:Put a textbox field input as capitals into DB 12 years 9 months ago #14200

  • upbm
  • upbm's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 34
  • Thank you received: 4
Hello,

Try to write :

onChange="javascript:this.value=this.value.toUpperCase();"

in the Additional Attributes of the field

Didier
The administrator has disabled public write access.

Re:Put a textbox field input as capitals into DB 12 years 8 months ago #14610

Just copy this in the attribute of textbox:

style="text-transform: uppercase";

onChange="javascript:this.value=this.value.toUpperCase();"


Works well for me!!
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!