INN-Reach Central Patron Verification Form

Command link: None
HTML document: pverify_inst.html

<!--{toplogo}--> The system replaces this token with the <html> and <body> tags that begin an HTML page and displays the contents of the TOPLOGO Web option. This must be the first line in the pverify_inst.html file.
<!--{formbegin}--> The system replaces this token with the correctly formatted opening <form> tag. This token is required.
<!--{iferrmsg}--> If this token is present, the system checks to see if the form has been submitted properly. If there is an error, the system interprets tokens and markup between this token and its closing <!--{xif}--> token.
<!--{iferrmsgisPIN}--> If this token is present, the system checks to see if the patron record needs a PIN. If so, the system interprets tokens and markup between this token and its closing <!--{xif}--> token.
<!--{newpinmsg}--> The system replaces this token with the following message: Please enter a new PIN.
<!--{else}--> If there is still an error condition, the system interprets tokens and markup between this token and the closing <!--{xif}--> token for the <!--{iferrmsg}--> token.
<!--{errmsg}--> The system replaces this token with the system-generated error message.
<!--{xif}--> Closes the <!--{iferrmsgisPIN}--> block.
<!--{xif}--> Closes the <!--{iferrmsg}--> block.
<!--{nameexample}--> The system replaces this token with the Example for name prompt defined in the Patron self-identification prompts & examples OPAC option.
<!--{nameprompt}--> The system replaces this token with the Prompt for name defined in the Patron self-identification prompts & examples OPAC option.
<!--{name}--> The system replaces this token with the input for the Patron Name.
<!--{barcodeexample}--> The system replaces this token with the Example for patron ID defined in the Patron self-identification prompts & examples OPAC option.
<!--{barcodeprompt}--> The system replaces this token with the Prompt for patron ID defined in the Patron self-identification prompts & examples OPAC option.
<!--{barcode}--> The system replaces this token with the input for the Patron Barcode or ID Number.
<!--{ifneedspin}--> If this token is present, the system checks if PIN validation is required. If so, the system interprets tokens and markup between this token and its closing <!--{xif}--> token.
<!--{iferrmsgisPIN}--> If this token is present, the system checks if patron record does not have a PIN. If so, the system interprets tokens and markup between this token and its closing <!--{xif}--> token.
<!--{newpinmsg}--> The system replaces this token with the value of the NEWPIN_MSG Web option.
<!--{pin1prompt}--> The system replaces this token with the value of the NEWPIN1_PROMPT Web option.
<!--{pin1}--> The system replaces this token with the first input for the new PIN.
<!--{pin2prompt}--> The system replaces this token with the value of the NEWPIN2_PROMPT Web option.
<!--{pin2}--> The system replaces this token with the second input for the new PIN.
<!--{else}--> If this token is present and a PIN is needed and patron record has a PIN, the system interprets tokens and markup between this token and the closing <!--{xif}--> token for the <!--{iferrmsgisPIN}--> token.
<!--{pininstructions}--> The system replaces this token with the Example for PIN defined in the Patron self-identification prompts & examples OPAC option.
<!--{pinprompt}--> The system replaces this token with the Prompt for PIN defined in the Patron self-identification prompts & examples OPAC option.
<!--{pin}--> The system replaces this token with the input for the patron's PIN.
<!--{pinresetrequest}--> The system replaces this token with the value of the ICON_PIN_RESET Web option. If users are allowed to reset their PINs, clicking this link takes the user to the Request a PIN Reset form.
<!--{xif}--> Closes the <!--{iferrmsgisPIN}--> block.
<!--{xif}--> Closes the <!--{ifneedspin}--> block
<!--{ifalternate_id}--> If this token is present, the system checks to see if the HAS_ALTERNATE_ID Web option is defined. If the option is defined, the system interprets the tokens and displays the content between this token and its closing <!--{xif}--> token.
<!--{user_name}--> The system replaces this token with the textbox prompt for the patron's alternate ID. This input accepts a maximum of 25 characters.
<!--{xif}--> Closes the <!--{ifalternate_id}--> block.
<!--{formend}--> The system replaces this token with the closing HTML tags generated by the<!--{formbegin}--> token.
<!--{startover}--> The system replaces this token wiht a Start Over button that goes to the URL in the PSTARTOVER Web option.
<!--{botlogo}--> The system replaces this token with the value of the BOTLOGO Web option. Unlike the token behavior in other customizable Web forms, the <!--{botlogo}-->; token does insert the closing </BODY> and </HTML> tags for the pverify_inst.html form.

This form can display site-specific External Patron Verification prompts for sites that use External Patron Verification. The Central System Administrator can enable this functionality by creating extpat.html forms and using the following token:

<!--{extpatform}--> The system replaces this token with the appropriate extpat.html form based on the site selected on the pverify2_web.html form on the INN-Reach Central Server.

You can create separate custom forms for each combination of language by using the following naming convention:

pverify_inst_LANG.html

LANG The language code (spi for Spanish, frc for French, etc.).
NOTE

You cannot customize the pverify_inst.html form by scope and P TYPE.