[Bug 43064] New: memberentry.pl email fields need type of email not text
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43064 Bug ID: 43064 Summary: memberentry.pl email fields need type of email not text Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com Target Milestone: --- If you give the email fields a type of "email" (type="email"), you can use .checkValidity() to validate the fields with the browser. Then you could use .validationMessage to give instant feedback on what is being entered if .checkValidity() returns false. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43064 Sally <sally.healey@cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey@cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43064 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard@myacpl.org --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The fields are already validated, but using our own validation instead of the HTML5 one, which allows to customize error messages etc. and have them translatable in the language currently seen by the user. Adding Owen for his opinion. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org