Process for patrons
Registration
Patrons can fill out the online registration form on this site. Your library may also choose to embed the form on your own website. If you share the link to the online registration form, please use this link:
https://swanlibraries.net/get-a-card
The online registration process will verify that the patron:
- Does not have a duplicate card already in the system, based on name and birth date
- Lives at the address they have entered
- Lives within the library service area
Patrons will be automatically registered at the correct home library within SWAN, provided they reside within a SWAN library service area.
Parents and guardians can also register minors. The parent or guardian's information will be used to verify registration. The registration form for minors is still being developed, but instructions will be available before we go live.
Patron email confirmation
Patrons will receive one of three email confirmations:
- Online registration was successful, with barcode and PIN reset information
- The patron already has a card in the system, with a link to retrieve their lost card number or reset their PIN
- Online registration was unsuccessful, with a link to help and instructions to contact the library
Online registration may be unsuccessful for a variety of reasons, which could include:
- The patron does not live within a SWAN library service area, or they live in an unincorporated area.
- The patron has recently moved, and it is not yet possible to verify their new address.
Note that library staff with an existing staff card with a SWAN library will not be able to register online for a patron card.
Monitoring online registration
Libraries will receive a daily report listing patrons who have signed up using the tool in the previous 24-hour period. If a library is missing from the report, no users were registered on the previous day. A weekly report is also available upon request.
Reports are delivered to the library’s generic SWAN alias (AAA@notices.swanlibraries.net)
Cards created through SWAN's Patron Point online registration will use a "7" following the barcode prefix, e.g. 211407.
Reporting issues
If you have trouble with online patron registration or would like to follow up on why a patron did or did not receive a card, please send a ticket to help@swanlibraries.net or use the "Report an Issue" option on our ticketing portal.
Please do not send patron information via e-mail or in a ticket. Instead, describe in general what you would like to investigate, and SWAN staff will reach out.
Promoting online patron registration
If you would like to promote online patron registration, SWAN has provided web graphics for you to use and manipulate.
You can also embed the form on your website or direct patrons to the SWAN website.
Adult and child/minor registration is performed through separate forms. The same will be true for Spanish and Polish translations once those become available. You may use the following JavaScript and iframe code snippets to embed these forms into your site and design buttons, tabs, or decision trees to navigate patrons to the correct form.
Important: Please note that the forms may not function as expected until we go live on August 26th. While you may use the code snippets to begin development, do not publicize the registration process until we go live.
Embed with JavaScript
Adult registration
<script type="text/javascript" src="//slsil.patronpoint.com/form/generate.js?id=1"></script>
Children/Minor registration
<script type="text/javascript" src="//slsil.patronpoint.com/form/generate.js?id=2"></script>
Embed with iframe
Note: Adjust the width and height attribute so the form fits in.
Adult registration
<iframe src="//slsil.patronpoint.com/form/1" width="300" height="300"><p>Your browser does not support iframes.</p></iframe>
Children/Minor registration
<iframe src="//slsil.patronpoint.com/form/2" width="300" height="300"><p>Your browser does not support iframes.</p></iframe>