bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 58 forks source link

Postal / Zip Code Address Validation and Display - UI DESIGN #2199

Open forgeuxGH5 opened 4 years ago

forgeuxGH5 commented 4 years ago

Create Postal Code Design spec Format: Must be 6 characters without a space or 3 characters 3 characters Characters must be LNL NLN (L=Letter, N=Number) Validation message "Please enter a valid Postal Code" Characters may be input as lower case but are displayed and saved as upper case If the Postal Code is entered without a space, display and store the Postal Code with a space

Zip Code Format: Must be 5 digits without a space or 5 digits <-> 4 digits or 5 digits 4 digits Values must be a number unless a <-> is used as a separator Validation message "Please enter a valid Zip Code" If 9 digits are entered without a space, display and store the Zip Code as 5 digits <-> 4 digits

jdyck-fw commented 1 year ago

Not currently part of product roadmap.