Uppercase submit

Uppercase submit

brunodumabrunoduma Posts: 1Questions: 1Answers: 0

I need help, when trying to send the information to the database by the POST method, I want that what is text is a capital case, I was able to leave the maximum screen with a class, but when inserting or updating the database, this lowercase.

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Hi @brunoduma ,

    If you want the database to be always uppercase, it would make sense to change the DB, see this SO thread here.

    Cheers,

    Colin

This discussion has been closed.