https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40685 Bug ID: 40685 Summary: Self-registration defaults to the first library in the list Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: jrobb@sekls.org QA Contact: testopia@bugs.koha-community.org Patrons often skip the selection of Home library when self-registering because it is already populated by the first library in the list, leading to an influx of often incorrect new accounts for that library. If the Home library dropdown were initially blank, the patron would be forced to make a choice. We currently work around this by adding a blank option to the top of the dropdown with JS: //Blank library option to force a selection $('#opac-patron-registration #borrower_branchcode').prepend("<option value=''></option>").val(''); As an aside, blanking the top option then submitting the form without a branchcode leads to a 500 error, so we had to set branchcode as mandatory in PatronSelfRegistrationBorrowerMandatoryField to avoid that issue. -- You are receiving this mail because: You are watching all bug changes.