https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39882 --- Comment #15 from David Nind <david@davidnind.com> --- I've signed off, but a couple of comments: 1. The options for PhoneMaskFields don't match what is on the patron add and edit form: - Labels on the form: . Contact information: . Primary phone . Secondary phone . Other phone . Alternate address: . Phone . Alternate contact: . Phone . Patron messaging preferences: . SMS number (has hint: Please enter numbers only. Prefix the number with + or 00 if including the country code.) - Options for PhoneMaskFields: . [Select all] . Alternate address phone (can match) . Alternate contact phone (can match) . Mobile* . Phone* . SMS number (can match) . Work phone* 2. I personally found it confusing that there is no indicator or anything on the field to indicate that you should enter it a particular way. 3. Accessibility and other issues: - Is there any reason we don't use the "tel" input type? https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/t... - I'm not up with the play about creating accessible telephone number input fields, but a quick search resulted in: . Use autocomplete: autocomplete="tel" (may not be relevant here as patrons aren't completing) . Use placeholder/help text - UK design system information for phone numbers: https://design-system.service.gov.uk/patterns/phone-numbers/ - In the absence of a Koha design system, should we just follow the UK or Canadian design system guidelines? (A bigger issue than this on though) 4. I know that this or related issues have been debated for a while now (including the related bugs), so don't want to hold an improvement up. -- You are receiving this mail because: You are watching all bug changes.