How can I to force the input of the postcode field in WooCommerce account page into upper case, so if someone inputs rh12 3uc it makes it into RH12 3UC?
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
Add this code in your active theme functions.php
I tend to use CSS text-transform: uppercase;
For the element id ‘billing_postcode’ use…