[Solved] uppercase text

peppe10

Member
A field is present in a form.
The user writes in lower case or in uppercase or mixed.
When saving the form, is it possible to make the text all CAPITAL?
Thank you all
 
Use a PHP validation, with "Match or Replace" set to "replace", and do ...

Code:
return strtoupper($data);

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top