Program Cancellation Warning Form

Command link:     None
HTML document:  program_cancelwarn.html

Staging

Ecommerce for Program Registration forms are not stageable.

This form controls the display of the cancellation warning form used by Ecommerce for Program Registration. The system displays this form when a user chooses to cancel a registration for which there is an associated fee.

Valid tokens for this custom form are:

Token Function
<!--{startover}--> The system replaces this token with the value of the BUT_STARTOVER Web option. Clicking this link directs the user to the URL specified in the PSTARTOVER Web option.
<!--{patronrecord}--> This token is replaced by the value defined by the BUT_PLOGOUT Web option. This value serves as a link to the patron record.
<!--{logout}--> This token is replaced by the value defined by the BUT_LOGOUT Web option. Clicking this link takes the user to the mainmenu.html page.
<!--{return}--> The system replaces this token with the value of the ICON_RET2PROG Web option. Clicking this link takes users back to the page from which they accessed the registration page.
<!--{patronname}--> This token is replaced by the value in the PATRN NAME variable-length field in the patron record.
<!--{formbegin}--> The system replaces this token with the opening <form> HTML tag. This token must be placed in the custom form before all form-related tokens.
<!--{cancelwarn}--> The system replaces this token with the following hard-coded message:

WARNING:

This will cancel all your registrations and waitlists for this program.

Do you still want to cancel?
<!--{donotcancel}--> The system replaces this token with the value of the ICON_NO Web option. Clicking this link takes the user back to the Program Fees Form.
<!--{cancel}--> The system replaces this token with the value of the ICON_YES Web option. Clicking this link takes the user back to the page from which they began the registration.
<!--{formend}--> The system replaces this token with the closing </form> HTML tag. This token must be placed in the custom form after all form-related tokens.
<!--{botlogo}--> The system replaces this token with the value of the BOTLOGO Web option.

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

program_cancelwarn_LANG_s#.html

LANG The language code (e.g., spa for Spanish, fre for French).
s# The number of the scope (e.g., s1, s2, s3).