If pickup locations need to be added to item request forms (IRF forms) other than the IRFBook form, use the code shown below. This edit might be necessary if items cannot be made electronically available. Remember to also edit the IRFEdit version of the request form.
Note that if a pickup location field is not present and a value is not specified when requesting an item through the web interface, such as when requesting electronically delivered items like an article, the ares dll defaults the processing location for the request to the default processing site for the pickup location specified for the course. This code adds both the pickup location and loan period fields.
<#OPTION name="PickupLocation" selectedValue="Leavey" headerText="<label for='Pickup Location'><b>
<span class='<#VALIDATION name=ERRORPickupLocation>'>Pickup Location for Physical Items </span></b>"
footerText="<br /></label>" onChange="getNewLoanPeriods(document.getElementById ('PickupLocation').value);">
<#OPTION name="LoanPeriod" SitePeriods="True" headerText="<label for='LoanPeriod'><b>Loan Period for Physical Items</b>" footerText="<br /></label>">