Perfect thanks! Didn’t know it was that simple.
Is it possible to limit the Postal Code to only 5 digits?
I found that adding maxlength=”5″ works in google’s inspect element, but I don’t know how to write the actual code snippet:
<input type=”text” class=”input-text ” maxlength=”5″ name=”billing_postcode” id=”billing_postcode” placeholder=”5 Digit Zip Code” value=”12345″ autocomplete=”postal-code”>
Thank you!
Hello, yes and thank you for this. The code snippet works.
I was having a conflict with another third party WooCommerce plugin (actually one of the setting options).
Super appreciated and thanks again!
Thank you for the reply.
When I tried this using Code Snippets I received an error in line 1.
Any additional help would be grateful.
Thanks
Isn’t there a way using CSS to change what the placeholder says?