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.