Bug 27698 - Style OPAC self-registration surname and firstname fields with first letter capitalized
Summary: Style OPAC self-registration surname and firstname fields with first letter c...
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: 20.05
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-12 18:37 UTC by Barbara Johnson
Modified: 2021-12-13 21:10 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barbara Johnson 2021-02-12 18:37:24 UTC
When patrons enter their surname and firstname in the self-registration form they sometimes don’t capitalize the first letter of their names.  It would improve accuracy if whatever they enter in these fields was transformed to begin with a capital letter.  

Since all of our patrons register for their cards using the self-registration form, 
it would also be more efficient for our staff as well since we correct any errors we find.
Comment 1 Owen Leonard 2021-02-12 18:55:25 UTC
Although relatively rare in my experience, there are still cases where the user would not want their entry to be transformed. The example surname that comes to mind is something like "da Silva."
Comment 2 Owen Leonard 2021-03-29 20:14:27 UTC
I think this kind of thing would be better handled by a plugin or by custom JavaScript.