A simple solution but I cant find it anywhere.
I have a text input named postal code that must contain both numbers and letters and the format should be "### ###" for the user to proceed. I want to apply the condition on a label to show if the format is incorrect. I know how to do it for numbers or text only, but not both.
Thanks for the help in advance!