Hi,
I try to create a new list and form in power pages which need to set the value to always use uppercase. In the power apps, I can use the upper function when set Text Input property, but how to do the same in power pages?
Thank you.
Hi,
I try to create a new list and form in power pages which need to set the value to always use uppercase. In the power apps, I can use the upper function when set Text Input property, but how to do the same in power pages?
Thank you.
Hi @devost,
you will need to use some javascript for that.
As you probably want to use an input and transfrom the letters to uppercase you can use the .toUpperCase() Method. https://www.w3schools.com/jsref/jsref_touppercase.asp
As you probably will use inputs you can refer to that stackoverflow thread: https://stackoverflow.com/questions/11100041/how-do-you-automatically-set-text-box-to-uppercase
--------------------------------------------------------------------------------------
Hope that helps.
If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.
Fubar
69
Super User 2025 Season 1
oliver.rodrigues
49
Most Valuable Professional
Jon Unzueta
43