Force input textboxes to use lowercase

  • Roy van den Berg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 8 months ago #145586 by Roy van den Berg
Force input textboxes to use lowercase was created by Roy van den Berg
Hi all,

I would like the individual registration form to only use lowercase in the email field (for example).

Default Event Booking build uses div class Controls for the textbox controls, but inside that div class is an input field of the type text.

Is there any way to use the Custom CSS code to set these input boxes to text-transform: lowercase?
Or is there any other way to change the behavior of these input fields?

Roy

 

Please Log in or Create an account to join the conversation.

More
2 years 8 months ago #145590 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Force input textboxes to use lowercase
Hi Roy

It's possible to add some custom css to have text-transform: lowercase. However, that's only for displaying purpose. The data which is stored in database is still the same with how users enter them, no conversion. So I don't think it is right solution

Right now, we do not have solution for that

Regards,

Tuan

Please Log in or Create an account to join the conversation.