Custom Fields can it be a capital letter?

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
cimbom
Posts: 4
Joined: Tue Jan 26, 2021 8:18 pm

Custom Fields can it be a capital letter?

Post by cimbom »

Custom Fields,

Let what is written in the custom fields I created turn into capital letters. How do I do this, is it possible?

Image
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Custom Fields can it be a capital letter?

Post by Klemen »

You would have to edit the source code - run the variable in PHP's strtoupper() function before printing it.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
cimbom
Posts: 4
Joined: Tue Jan 26, 2021 8:18 pm

Re: Custom Fields can it be a capital letter?

Post by cimbom »

Thanks Klemen. Can you show me this with an example. I'm very new to PHP and coding.
Post Reply