Pickup Location Selection Form

Command link:     None
HTML document:  pickuploc_select.html

This form controls the display of the pickup location selection screen in single requests. The system recognizes and uses this form only when "itemhome" is defined in the third element of the REQUEST Web option. If this file exists, the system uses this form rather than the default display. The valid tokens for this custom form are:

Token Description
<!--{toplogo}--> Inserts the <HTML> and <BODY> tags that begin an HTML page and displays the HTML defined in the TOPLOGO Web option. This must be the first line in the form.
<!--{startover}--> Offers a Start Over button that points to the URL in the PSTARTOVER Web option. The button image is defined in the BUT_STARTOVER Web option.
<!--{holdshelfmenu}--> Inserts the pickup location or campus selection. This token requires a <FORM> tag.
<!--{selectlocationerror}--> Inserts an error message if the user does not select a pickup location.
<!--{submit}--> Offers a Submit button to submit the pickup location or campus selection. The button image is defined in the BUT_SUBMIT Web option. This token requires a <FORM> tag.
<!--{cancel}--> Offers a Cancel button to cancel the pickup location or campus selection and return the user to the request form. The button image is defined in the BUT_CANCEL Web option. This token requires a <FORM> tag.
<!--{botlogo}--> Displays the HTML defined in the BOTLOGO Web option. Does not insert the </BODY> and </HTML> tags that finish an HTML page.


Requirements

This form must include <FORM> and </FORM> HTML tags. The form statement must be coded as:

<FORM NAME="patform" METHOD="post">

You can create separate custom forms for each combination of language, scope, and patron type by using the following naming convention:

pickuploc_select_LANG_s#_p#.html

LANG The language code (e.g., spa for Spanish, fre for French).
s# The number of the scope (e.g., s1, s2, s3).
p# The patron type or PTYPE (e.g., p0 or p243).

For a current example of this form, see the appropriate example set in WebPAC Example Sets and Photoshop Files on CSDirect.