Fees and Fines Payment Form

Command link:     None
HTML document:  payform.html

Staging

Ecommerce Web forms are not stageable.

This form controls the appearance of the fines and fees payment form. If this form exists, the system uses this form rather than the default display. The valid tokens for this custom form are:

Invalid Tokens

This custom form does not accept <!--{toplogo}--> or <!--{botlogo}--> tokens.

Token Function
<!--{formbegin}--> The system replaces this token with an opening <FORM> tag. This token must be placed in the custom form before any form-related tokens.
<!--{date}--> The system replaces this token with the current date.
<!--{finestableprompt}--> The system replaces this token with the label for the total fines.
<!--{finestable}--> The system replaces this token with table of the fines and fees from the patron record.
<!--{servicechargeprompt}--> The system replaces this token with the label for the service charge.
<!--{servicecharge}--> The system replaces this token with the service charge amount as defined in the third field of the PAYAMTS Web option. Note that the total reflects any applicable service charges, even if this token is not set.
<!--{totalfinesprompt}--> The system replaces this token with the label for the fine/fee/service charge total.
<!--{amount}--> The system replaces this token with the total amount of fines.
<!--{total}--> The system replaces this token with the total amount to be paid, computed from the selected fines/fees and any applicable service charge.
<!--{submit}--> This token is no longer used.
<!--{continue}--> The system replaces this token with the value of the ICON_PAY_CONTINUE Web option. If your library uses Ecommerce, clicking this link directs the user to the Paypal's website.
<!--{cancel}--> The system replaces this token with the value of the ICON_CANCEL Web option.
<!--{selectall}--> The system replaces this token with the value of the ICON_PAY_SELECT_ALL Web option.
<!--{selectall}--> The system replaces this token with the value of the ICON_PAY_SELECT_ALL Web option.
<!--{clearall}--> The system replaces this token with the value of the ICON_PAY_CLEAR_ALL Web option.
<!--{ccnum}--> This token is no longer used.
<!--{ccexpmonth}--> This token is no longer used.
<!--{ccexpyear}--> This token is no longer used.
<!--{cc_cvv2}--> This token is no longer used.
<!--{name}--> This token is no longer used.
<!--{address1}--> This token is no longer used.
<!--{address2}--> This token is no longer used.
<!--{city}--> This token is no longer used.
<!--{state}--> This token is no longer used.
<!--{zip}--> This token is no longer used.
<!--{phone}--> This token is no longer used.
<!--{emailaddr}--> This token is no longer used.
<!--{comments}--> The system replaces this token with form input box for the patron's comments.
<!--{declined_msg}--> This token is no longer used.
<!--{error_msg}--> The system replaces this token with any system-generated error messages.
<!--{billinginfoprompt}--> This token is no longer used.
<!--{creditcardinfoprompt}--> This token is no longer used.
<!--{formend}--> The system replaces this token with the closing </FORM> tag. This token must be placed in the custom form after all form-related tokens.

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

payform_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.