wwwapps.ups.com
Open in
urlscan Pro
2a02:26f0:7100:8bb::353a
Public Scan
Submitted URL: https://protect-eu.mimecast.com/s/Ov1BCZVNTMA9lnIxKD__
Effective URL: https://wwwapps.ups.com/pickup/schedule?loc=en_GB
Submission: On September 20 via manual from GB — Scanned from GB
Effective URL: https://wwwapps.ups.com/pickup/schedule?loc=en_GB
Submission: On September 20 via manual from GB — Scanned from GB
Form analysis
5 forms found in the DOMPOST /gb/en/SearchResults.page
<form id="ups-header_search-mob" method="post" data-action="/gb/en/SearchResults.page" action="/gb/en/SearchResults.page" role="search" aria-labelledby="ups-mobSearch_btn" class="hide" data-track="https://www.ups.com/track?loc=en_GB"
data-svp-track="/mobile/track?loc=en_GB#Track">
<div class="ups-input_wrap">
<label for="ups-search-mob" class="ups-readerTxt">Track a package or search</label>
<input type="search" name="ups-search-mob" id="ups-search-mob" placeholder="Track a package or search" class="ui-autocomplete-input" autocomplete="off">
<input type="hidden" name="HTMLVersion" value="5.0">
<input type="hidden" name="loc" value="en_GB">
<input type="hidden" name="trackNums" class="ups-trackSearch_header">
<input value="Track" name="track.x" type="hidden"><button class="ups-cta" type="submit" id="ups-mainNav_search_mob"><span class="icon" aria-hidden="true"></span><span class="ups-readerTxt"></span>Search</button><button class="ups-cta close"
type="button"><span class="icon" aria-hidden="true"><span class="ups-readerTxt">Close</span></span>x</button>
</div>
</form>
POST /gb/en/SearchResults.page
<form id="ups-header_search" class="ups-width_expand ups-hide_nav" method="post" action="/gb/en/SearchResults.page" data-action="/gb/en/SearchResults.page" role="search" data-track="https://www.ups.com/track?loc=en_GB"
data-svp-track="/mobile/track?loc=en_GB#Track">
<label for="ups-mainNav-search" class="ups-readerTxt">Track a package or search</label>
<input id="ups-mainNav-search" type="search" name="ups-search" class="ups-expand_search_input ui-autocomplete-input" placeholder="Track a package or search" autocomplete="off">
<input type="hidden" name="HTMLVersion" value="5.0">
<input type="hidden" name="loc" value="en_GB">
<input type="hidden" name="trackNums" class="ups-trackSearch_header">
<input value="Track" name="track.x" type="hidden"><button id="ups-mainNav_search_submit" class="ups-header_search_submit" type="submit" data-content-block-id="M1" data-event-id="21"><i class="ups-icon-search" aria-hidden="true"></i><span
class="ups-readerTxt">Search</span></button><button id="ups-header_search-close" class="ups-header_search_close" type="button" data-content-block-id="M1" data-event-id="21"><i class="ups-icon-x" aria-hidden="true"></i><span
class="ups-readerTxt">Close</span></button>
</form>
Name: info — POST processinfo?loc=en_GB
<form action="processinfo?loc=en_GB" method="post" name="info" id="infoFormId" novalidate="">
<input type="hidden" value="en_GB" id="loc" name="loc">
<input type="hidden" name="gotoapp" id="gotoappId">
<input type="hidden" id="acctInfoDetails" name="acctInfoDetails">
<input type="hidden" id="pickupInfoPageScheme" name="pickupInfoPageScheme" value="">
<input type="hidden" id="spbPageSchemeSelection" name="spbPageSchemeSelection" value="null">
<input type="hidden" id="selectedServices" name="selectedServices" value="null">
<input type="hidden" name="EDITABLE_ACCTNUM" value="FALSE">
<input type="hidden" value="en_GB" id="localeValue" name="localeValue">
<input type="hidden" value="false" id="showPopup" name="showPopup">
<input type="hidden" value="false" id="facclosed" name="facclosed">
<input type="hidden" value="null" id="destslic" name="destslic">
<div id="message4000" class="hidden" style="display:none">
<!-- Exception occured. Check logs. --><!-- Exception occured. Check logs. -->
</div>
<script language="JavaScript1.2" type="text/javascript">
$(function() {
$('#comfirmationModalDialog2').dialog({
autoOpen: false,
width: 470,
//height: 200,
resizable: false,
modal: true,
bgiframe: true,
dialogClass: 'modal',
overlay: {
opacity: 0.6,
background: 'white'
}
});
$('#comfirmationModalDialogNo2').click(function(e) {
$('#comfirmationModalDialog2').dialog('close');
});
$('#comfirmationModalDialogYes2').click(function(e) {
$('#comfirmationModalDialog2').dialog('close');
$('#infoFormId').submit();
});
$('#comfirmationModalDialog3').dialog({
autoOpen: false,
width: 470,
//height: 200,
resizable: false,
modal: true,
bgiframe: true,
dialogClass: 'modal',
overlay: {
opacity: 0.6,
background: 'white'
}
});
$('#comfirmationModalDialogNo3').click(function(e) {
$('#comfirmationModalDialog3').dialog('close');
});
$('#comfirmationModalDialogYes3').click(function(e) {
$('#comfirmationModalDialog3').dialog('close');
$('#infoFormId').submit();
});
$('#nextButtonId').click(function(e) {
var premierRadVal = $("input[name=radioPremier]:checked").val();
var radioPremierSmart = $("input[name=radioPremierSmart]:checked").val();
var currentDate = new Date();
currentDate.setHours(0, 0, 0, 0);
if ($("#premierPickupAvailable").val() === 'true' && $("#loggedIn").val() === 'true' && premierRadVal === 'Y') {
var addDate = document.getElementById("comfirmationModalDialogMsg2").innerHTML;
var startDate = $("#pickupdate option:selected").val();
var year = startDate.substring(0, 4);
var imonth = parseInt(startDate.substring(4, 6)) + 1;
var month = imonth.toString().padStart(2, '0');
var day = startDate.substring(6, 8);
var pickupDate = month + '/' + day + '/' + year;
if (oldDate === "") {
addDate = addDate.replace("$pickupDate", pickupDate);
} else {
addDate = addDate.replace(oldDate, pickupDate);
}
oldDate = pickupDate;
if (currentDate.getFullYear() == parseInt(year) && (currentDate.getMonth() + 1) == parseInt(month) && currentDate.getDate() == parseInt(day)) {
$('#infoFormId').submit();
} else {
document.getElementById("comfirmationModalDialogMsg2").innerHTML = addDate;
$('#comfirmationModalDialog2').dialog('open');
}
} else {
$('#infoFormId').submit();
}
});
$("#valSubmit #nextButtonId").click(function(e) {
var radioPremierSmart = $("input[name=radioPremierSmart]:checked").val();
if ($("#premierPickupAvailable").val() === 'true' && $("#loggedIn").val() === 'true' && radioPremierSmart === 'Y') {
var addDate = document.getElementById("comfirmationModalDialogMsg3").innerHTML;
var pickupDate = $("#smartStatusDateId").text();
addDate = addDate.replace("$pickupDate", pickupDate);
document.getElementById("comfirmationModalDialogMsg3").innerHTML = addDate;
$('#comfirmationModalDialog3').dialog('open');
} else {
$('#infoFormId').submit();
}
});
});
</script>
<div style="display:none">
</div>
<div style="display:none">
</div>
<div style="display:none">
</div>
<section class="panel panel-primary ups-no_label" style="display:block; width:710px" id="accessPointMessageDiv">
<div class="panel-body">
<p>Want a free option? <a href="javascript:void();" id="gdolLink" class="btnlnkR newWindowIconR">Drop off your parcel<span class="ups-readerTxt">This will open a new window</span></a> at any UPS Access Point™, The UPS Store®, or other nearby
location.</p>
</div>
</section>
<div class="appLvl ups-application_wrapper ups-form_wrap">
<div class="appHead clearfix">
<h2>Enter Collection Information</h2>
<div class="clear"></div>
<p>
<em> Required fields are indicated with <span aria-hidden="true">*</span><span class="ups-readerTxt">Required</span>. </em>
</p>
<div class="ups-form_group">
<div class="col-xs-7" id="ipwaLogInDiv">
<label class="ups-form_label"> Save time scheduling and manage your collection history. </label>
</div>
<p align="left">
<input type="button" name="LOG_IN_BUTTON" id="ipwaLogIn" onclick="loginUser()" value="Log In >" class="btn">
</p>
</div>
</div>
<div class="appBody clearfix">
<p class="error" id="message" role="alert">
</p>
<p>
</p>
<div id="labelModuleDiv">
<fieldset>
<div class="secLvl step">
<div class="secHead clearfix">
<div class="stepNumberDiv"><span class="stepNumber" id="labelStep">1</span></div>
<h3>Shipping Label Questions</h3>
</div>
<div class="secBody clearfix">
<fieldset class="ups-form_group">
<legend>Shipping Label Questions</legend>
<label> Do you have pre-printed </label><span role="tooltip"> UPS Shipping Labels</span> <img alt="help" border="0" height="9" src="/img/icn_help_blue.gif" width="9"> <label> for your shipment? <span aria-hidden="true"
class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input name="radioShipping" class="ups-radio-custom" type="radio" value="Y" id="radioShippingY" checked="">
<label for="radioShippingY" class="ups-radio-custom-label">Yes</label>
</div>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input name="radioShipping" class="ups-radio-custom" type="radio" value="N" id="radioShippingN">
<label for="radioShippingN" class="ups-radio-custom-label">No</label>
</div>
</fieldset>
<div class="ups-form_group" id="trkDiv">
<label class="ups-form_label" for="trkNbrAreaId">Optional: Enter tracking numbers without spaces, separated by commas, to check if collection charges are prepaid.</label>
<label class="reqTxtInst" id="trackingNumberLbl" for="">(If you have <span role="tooltip">return label</span> <img alt="help" border="0" height="9" src="/img/icn_help_blue.gif" width="9"> tracking numbers, enter them here)</label>
<div class="row">
<div class="col-xs-5">
<div class="ups-form_group">
<div class="ups-textArea_wrapper ups-input_wrapper">
<textarea name="tracknumlist" aria-describedby="trackingNumberLbl instr_" cols="32" rows="4" class="ups-textArea" id="trkNbrAreaId"></textarea>
<p><em><strong>(Maximum 30 tracking Numbers)</strong></em></p>
</div>
</div>
</div>
</div>
</div>
<div id="trkErrDiv" style="display:none">
<label>Correct the Tracking Numbers as indicated:</label>
</div>
<div id="badTrkNbrDiv">
</div>
<div id="retNoPaidDiv" style="display:none">
<p class="error">Note: Collection charges may apply for the tracking number(s) entered. To avoid additional charges, you may drop your package at a nearby location.</p>
</div>
<div id="retPaidDiv" style="display:none">
<p class="error">Note: You entered a tracking number that can be used for a pre-paid On-Call collection®. No further payment is required.</p>
</div>
<div id="trackingPrevUsedContentDiv" style="display:none">
<label>The following tracking numbers have been used and were removed from the list:</label>
<div id="trackingPrevUsedNumbersDiv"> </div>
</div>
<div id="noShippingLabelDiv" style="display:none">
<p><strong>Need a label for your package?</strong></p>
<div class="indent secLvlPad">
<p><strong><a id="uisLinkId" class="btnlnkR newwindowIconR" style="cursor: default; text-decoration: underline;">Create a Shipment</a> to print your own label and schedule a pickup at the same time.</strong></p>
</div>
<div id="payCashCheckDiv" style="display:none">
<p>Otherwise, you can pay your driver by Check or Money Order and they'll bring a label to you.</p>
<div class="ups-form_group">
<div class="ups-checkbox ups-input_wrapper">
<input name="chkPayCash" type="checkbox" value="Y" class="ups-checkbox-custom" id="chkPayCash">
<label for="chkPayCash" class="ups-checkbox-custom-label">I will <span role="tooltip">pay my driver</span> <img alt="help" border="0" height="9" src="/img/icn_help_blue.gif" width="9"> using Cash</label>
</div>
</div>
</div>
<div id="noLabelCashReqInvoice" style="display:none">
<p>To schedule a collection for this shipment, <a href="https://www.ups.com/content/gb/en/contact/index.html">contact UPS</a>.</p>
</div>
</div>
</div>
</div>
</fieldset>
</div>
<div id="addrModuleDiv">
<div class="secLvl step">
<a name="pickupaddress"></a>
<div class="secHead clearfix">
<div class="stepNumberDiv"><span class="stepNumber" id="addrStep">2</span></div>
<h3>Collection Information and Location</h3>
</div>
<div class="secBody clearfix">
<div id="acctZipErrorDiv" style="display:none">
<p class="error" role="alert"><span class="icon ups-icon-exclamation" aria-label="Error:" role="img"><span class="sr-only">Error: </span></span> Charges can not be billed to this account, please select another account or payment option.
</p>
</div>
<div id="acctInfoDiv">
<div class="row">
<div class="col-xs-5">
<div class="ups-form_group">
<label for="acctNbrId" class="ups-form_label"> UPS Account Number: </label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="accountnumber" value="" type="text" id="acctNbrId" maxlength="6">
</div>
</div>
</div>
<div class="col-xs-5 col-xs-offset-1">
<div class="ups-form_group ups-form_required " id="acctZipDiv" style="display:none">
<label class="ups-form_label" for="acctZipId"> UPS Account ZIP Code: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="paramAcctZip" type="text" size="" value="" id="acctZipId" maxlength="10" aria-required="true" required="">
</div>
</div>
</div>
</div>
</div>
<div class="ups-form_group" id="useAcctDiv" style="display:none">
<div class="ups-checkbox ups-input_wrapper">
<input class="ups-checkbox-custom" name="chkUseAcct" type="checkbox" value="Y" id="chkUseAcctId">
<label class="ups-checkbox-custom-label" for="chkUseAcctId">Schedule your <a>On-Call Collection</a> using this account's Collection Location</label>
</div>
</div>
<div id="acctNoLoginSmartDiv" style="display:none">
<p>To request a Smart Collection for this Collection Location, go to <a href="https://wwwapps.ups.com/pickup/schedulegwn" id="linkSmartPickupId" class="btnlnkR helpIconR">Request a Smart Collection</a>.</p>
</div>
<div id="acctNoLoginDiv" style="display:none">
<p><span role="tooltip">Log into ups.com</span> <img alt="help" border="0" height="9" src="/img/icn_help_blue.gif" width="9"> to see the pickup location details for your account number.</p>
</div>
<!-- <div id="addrHeaderDiv">
<h4>Collection Address:</h4>
</div>-->
<div class="row">
<div class="col-xs-5" id="addrCol1Div">
<div class="ups-form_group ups-form_required ">
<!-- working previous -->
<label class="ups-form_label" for="addrMDCompanyId" id="companyLbl"> Company or Name: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="company" autocomplete="organization" type="text" value="" size="" id="addrMDCompanyId" maxlength="27" aria-required="true" required="">
</div>
</div>
<div class="ups-form_group ">
<label for="addrMDCustNameId" id="contactLbl"> Contact Name: </label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="custname" type="text" value="" size="" id="addrMDCustNameId" autocomplete="name" maxlength="22">
</div>
</div>
<div id="lnAmAdLnId" class="ups-form_group ups-form_required ">
<label class="ups-form_label" for="addressId" id="streetLbl"> Address: <!--
<span id="strAddrSpanId"><span id="strAddrErrSpanId" style="display:none;color:red"><span class= "icon ups-icon-exclamation" aria-label="Error:" role="img"><span class="sr-only">Error: </span></span> </span>
</span> -->
<span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="address" type="text" autocomplete="street-address" value="" size="" id="addressId" maxlength="73" aria-required="true" required="">
</div>
</div>
<div id="roomfloorspbdiv">
<div class="ups-form_group">
<label for="addrMDRoomId" class="ups-form_label"> Suite / Room: </label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="room" type="text" value="" maxlength="8" id="addrMDRoomId">
</div>
<input type="hidden" name="ROOM" id="roomID" maxlength="8" size="15" value="">
</div>
<div class="ups-form_group">
<label for="addrMDFloorId" class="ups-form_label"> Floor: </label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="floor" value="" type="text" maxlength="3" id="addrMDFloorId">
</div>
<input type="hidden" name="FLOOR" maxlength="3" size="15" id="floorID" value="">
</div>
</div>
<div id="resiDiv" class="ups-form_group">
<div id="resiDivPg" class="ups-checkbox ups-input_wrapper">
<input class="ups-checkbox-custom" name="chkResiAddr" type="checkbox" value="Y" id="chkResiAddr">
<label for="chkResiAddr" class="ups-checkbox-custom-label">Residential Address</label>
</div>
</div>
</div>
<div class="col-xs-5 col-xs-offset-1" id="addrCol2Div">
<div class="ups-group">
<p class="ups-group_label"> Country or Territory: </p>
<p class="ups-group_value"> United Kingdom </p>
</div>
<div class="ups-group">
</div>
<div id="lnAmAdCSPId">
<div class="ups-form_group ups-form_required ">
<label class="ups-form_label" for="pd2Id" id="pd2SpanId"> City: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="pd2" autocomplete="address-level2" value="" type="text" size="" id="pd2Id" maxlength="30" aria-required="true" required="">
</div>
</div>
<div class="ups-form_group ups-form_required ">
<label class="ups-form_label" for="pd1Id" id="pd1SpanId">Other Address Information:</label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="pd1" type="text" id="pd1Id" value="">
</div>
</div>
<div class="ups-form_group ups-form_required">
<label class="ups-form_label" for="postalcode" id="postalcodeLbl"> Postal Code: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class="ups-text_wrapper ups-input_wrapper">
<input class="ups-form_input" type="text" name="postalcode" id="postalcode" autocomplete="postal-code" value="" maxlength="10">
</div>
</div>
</div>
<div class="row">
<div id="lnAmPhoneId" class="col-xs-7">
<div class="ups-form_group ups-form_required">
<label class="ups-form_label" for="addrMDPhoneId" id="phoneLbl"> Telephone: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="phone" value="" type="text" autocomplete="tel" id="addrMDPhoneId" maxlength="15">
</div>
</div>
</div>
<div id="lnAmPhoneExtId" class="col-xs-5">
<div class="ups-form_group">
<label class="ups-form_label" for="addrMDExtId" id="extLbl"> Ext.: </label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" autocomplete="tel-extension" name="extension" value="" type="text" id="addrMDExtId" maxlength="4">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="addrErrorDiv" style="display:none">
<fieldset class="ups-form_group">
<p class="error" role="alert"><span class="icon ups-icon-exclamation" aria-label="Error:" role="img"><span class="sr-only">Error: </span></span> The Street, City, State, and Postal Code combination you entered appears to be incorrect.
</p>
<legend></legend>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input class="ups-radio-custom" name="addrSuggestRadio" type="radio" value="1" id="radioUseFromList" checked="">
<label for="avSuggestAddrId" class="ups-radio-custom-label">Use one of the suggested combinations below:</label>
<div class="row">
<div class="col-xs-4">
<div class="ups-form_group">
<div class="ups-dropdown_wrapper ups-input_wrapper">
<div id="avSuggestDiv">
<select class="ups-dropdown" name="repl_name" id="">
<option value="" selected="">{City}, {State} {ZIP}</option>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ups-buttonList_wrapper ups-input_wrapper" style="visibility: hidden">
<input class="ups-radio-custom" name="addrSuggestRadio" type="radio" value="" id="origSuggestId">
<label for="origSuggestId" class="ups-radio-custom-label">Use or change the original combination entered.</label>
<div id="origSuggestDiv">{City}, {State} {ZIP}</div>
</div>
</fieldset>
</div>
</div>
</div>
</div>
<div id="srvModuleDiv">
<fieldset>
<legend>Service and Package Information</legend>
<div class="secLvl step">
<a name="shipmetinfo"></a>
<div class="secHead clearfix">
<div class="stepNumberDiv"><span class="stepNumber" id="serviceStep">3</span></div>
<h3>Service and Package Information</h3>
</div>
<div id="srvErrorDiv" style="display:none">
<p class="error" id="noServicesError"> </p>
</div>
<div id="weightErrorDiv" style="display:none">
<p class="error"> <span class="icon ups-icon-exclamation" style="color: #c91a13" aria-label="Error:" role="img"><span class="sr-only">Error: </span></span> Weight must be entered as a whole or half number in your country or territory's
supported delimiter format, for example (1 or 1.5) and (1 or 1,5) where applicable. Please correct and submit again.</p>
</div>
<div id="maxWeightErrorDiv" style="display:none">
<p class="error"> <span class="icon ups-icon-exclamation" style="color: #c91a13" aria-label="Error:" role="img"><span class="sr-only">Error: </span></span> The weight of all your pallets combined may not exceed the numeric value 99999
in lbs or kg. Correct value to continue.</p>
</div>
<div id="srvBodyDiv" class="secBody clearfix">
<p id="srvBodyHeaderDiv">Select the number of packages in your collection, as well as the UPS Services indicated by your UPS Shipping Labels.</p>
<div id="palletModifyHeaderDiv" style="display:none">
<p>Select the number of pallets in your collection, as indicated by your UPS Shipping Labels.</p>
<p>UPS Worldwide Express Freight only accepts pallets, you must create separate collection requests for other package types.</p>
</div>
<div class="row" id="pkgModule">
<div class="col-xs-4">
<div class="ups-form_group">
<label class="ups-form_label" id="ltotalpkgs" for="dtotalpkgs">Package(s) in Your Collection:</label>
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select name="numberOfPackages" id="dtotalpkgs" class="ups-dropdown">
<option value="1" selected="">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
</select>
</div>
</div>
</div>
<div class="col-xs-5 col-xs-offset-1" id="pkgModuleWeight">
<div class="ups-form_group ups-input_has_unit">
<label for="weightId" id="wtErrSpan" class="ups-form_label"> Total Weight of Your Collection: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input class="ups-form_input" name="weight" type="text" maxlength="7" value="" id="weightId">
<span class="ups-input_unit_measure"> Kg. </span>
</div>
</div>
</div>
</div>
<div id="wrongServiceForPremierErrorDivMismatch" style="display:none">
<p class="error"> <span class="icon ups-icon-exclamation" style="color: #c91a13" aria-label="Error:" role="img"><span class="sr-only">Error: </span></span>UPS Premier mismatch to services</p>
</div>
<div class="row">
<div class="col-xs-5">
<p id="srvLabelId">UPS Services in Your Collection:</p>
<p id="serviceMismatchID" class="error" style="display:none"> <strong>Note:</strong> The UPS Service(s) you have selected do not match the services associated to the Shipping label(s) entered above. </p>
</div>
</div>
<div>
<div id="palletSrvDiv" style="display:none">
<div class="group clearfix">
<div class="ups-form_group">
<div class="ups-checkbox ups-input_wrapper">
<input type="checkbox" value="pallet" id="palletPickupId" class="ups-checkbox-custom">
<label class="ups-checkbox-custom-label" for="palletPickupId"> This is a pallet collection request </label>
<p id="pallet-pickup-checkbox-text" style="display:none">To schedule a collection for this UPS Worldwide Express Freight Shipment <a href="https://www.ups.com/content/gb/en/contact/index.html">contact UPS</a>.</p>
</div>
</div>
<div id="expFreightWarningMessageDiv" class="secLvl clearfix message sell" style="display: none;">
<fieldset>
<legend></legend>
<div class="secHead clearfix">
<h4>UPS Worldwide Express Freight<span style="font-size:12px;"><sup>TM</sup></span> Pallet Request</h4>
</div>
<div class="secbody">
<fieldset>
<legend></legend>
<p>
<strong>Note:</strong> Pallet collection requests are only valid with the UPS Worldwide Express Freight<span style="font-size:10px;"><sup>TM</sup></span> service, and must be for international air freight shipments
secured on pallets.
</p>
<p>If yours isn't a UPS Worldwide Express Freight shipment, deselect the pallet collection request checkbox to choose from other UPS services or package types. Review the
<a href="javascript:newWindow('https://www.ups.com/gb/en/support/shipping-support/shipping-dimensions-weight.page');" alt="Weight and size limits">weight and size limits</a> for details on size limits for your shipment.
</p>
</fieldset>
</div>
</fieldset>
</div>
</div>
</div>
<div id="expFreight" style="display:none">
<div id="expFreightBtn" class="row">
<div class="col-xs-6">
<fieldset class="ups-form_group">
<p>
<button name="expSrvButton" id="expSrvButtonId" type="button" class="ups-link ups-btn_has_icon"> UPS Pallet Service <span class="icon ups-icon-wedgeup"></span>
</button>
</p>
<div id="expSrvDiv" class="ups-buttonList_wrapper ups-input_wrapper" style="display:none"></div>
</fieldset>
</div>
</div>
<!-- US 4400 weight bypass -->
<div class="clear"></div>
<div class="row">
<div class="col-xs-5">
<div class="ups-form_group" id="expFreightPkgs">
<label class="ups-form_label" for="dtotalpallets">Pallet(s) in Your Collection</label>
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="numberOfPallets" id="dtotalpallets">
<option value="1" selected="">1 </option>
<option value="2">2 </option>
<option value="3">3 </option>
<option value="4">4 </option>
<option value="5">5 </option>
<option value="6">6 </option>
<option value="7">7 </option>
<option value="8">8 </option>
<option value="9">9 </option>
<option value="10">10 </option>
<option value="11">11 </option>
<option value="12">12 </option>
<option value="13">13 </option>
<option value="14">14 </option>
<option value="15">15 </option>
<option value="16">16 </option>
<option value="17">17 </option>
<option value="18">18 </option>
<option value="19">19 </option>
<option value="20">20 </option>
<option value="21">21 </option>
<option value="22">22 </option>
<option value="23">23 </option>
<option value="24">24 </option>
<option value="25">25 </option>
<option value="26">26 </option>
<option value="27">27 </option>
<option value="28">28 </option>
<option value="29">29 </option>
<option value="30">30 </option>
</select>
</div>
</div>
</div>
<div id="pallweight" class="col-xs-5 col-xs-offset-1">
<div class="ups-form_group ups-input_has_unit">
<label class="ups-form_label" id="pwtSpan" for="palletweight"> Pallet Weight: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class="ups-text_wrapper ups-input_wrapper">
<input name="palletweight" id="palletweight" class="ups-form_input" value="" maxlength="7" type="text" aria-required="true" required="">
<span class="ups-input_unit_measure" id="pallwtdef"> Kg. </span>
</div>
</div>
</div>
<!-- //////////////////////////////////////// -->
<!-- Begin Pickup Modules - WW Freight (1304) -->
<!-- <div class="subcol9"> -->
<div id="palltotwt" class="col-xs-5 col-xs-offset-1">
<div class="ups-form_group ups-input_has_unit">
<label class="ups-form_label" for="pTotweightId" id="pTotwtSpan"> Total Weight of Your Collection: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class="ups-text_wrapper ups-input_wrapper">
<input name="pallettotweight" type="text" maxlength="7" value="" id="pTotweightId">
<span class="ups-input_unit_measure" id="palltotwtdef"> Kg. </span>
</div>
</div>
</div>
<!-- End Pickup Modules - WW Freight (1304) -->
<!-- ////////////////////////////////////// -->
</div>
<div class="clear"></div>
<div class="clearfix" id="expFreightDim">
<p class="ups-form_label" id="labelPalletDim" style="display:none"> Dimensions of your Largest Pallet: </p>
<p id="nonlabelPalletDim" class="ups-form_label" style="display:none">
<label for=""> Pallet Dimensions: </label>
</p>
<div class="row">
<div id="palldim">
<div class="col-xs-2">
<div class="ups-form_group">
<label class="ups-form_label" id="lenSpan" for="length"> Length: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class="ups-text_wrapper ups-input_wrapper">
<input class="ups-form_input" id="length" name="length" value="" type="text" maxlength="4" onkeypress="return allowOnlyInt(event)">
</div>
</div>
</div>
<div class="col-xs-2">
<div class="ups-form_group">
<label class="ups-form_label" id="widSpan" for="width"> Width: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class="ups-text_wrapper ups-input_wrapper">
<input class="ups-form_input" id="width" name="width" value="" type="text" maxlength="4" onkeypress="return allowOnlyInt(event)">
</div>
</div>
</div>
<div class="col-xs-3">
<div class="ups-form_group ups-input_has_unit">
<label class="ups-form_label" id="heiSpan" for="height"> Height: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt">Required</span>
</label>
<div class="ups-text_wrapper ups-input_wrapper">
<input class="ups-form_input" id="height" name="height" value="" type="text" maxlength="4" onkeypress="return allowOnlyInt(event)">
<span class="ups-input_unit_measure" id="pallwddef"> cm </span>
</div>
</div>
</div>
</div>
<div id="showPalletSizeOpt" style="display:none">
<div class="col-xs-5">
<div class="ups-form_group">
<label for="exppickuppalletsize">Use the same values for all pallets?</label>
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="palletSizeOpts" id="exppickuppalletsize">
<option value="0" selected="">Yes</option>
<option value="1">No</option>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ///////////////////////////////////////// -->
<p id="lengthWidth">(For pallets, the value entered for Length must be greater than or equal to the width value.)</p>
<div class="row" id="expFreightDangGoods">
<div class="col-xs-5">
<div class="ups-form_group">
<div class="ups-checkbox ups-input_wrapper">
<input class="ups-checkbox-custom" id="dangGoods" type="checkbox" value="Y" name="dangGoods">
<label for="dangGoods" class="ups-checkbox-custom-label">Pallet Contains Dangerous Goods</label>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-5">
<div class="ups-group" id="domestic">
<label name="domSrvButton" id="domSrvButtonId" aria-disabled="true">UPS Domestic Services</label>
<div id="domSrvDiv" style="display:none"></div>
</div>
</div>
<div class="col-xs-5 col-xs-offset-1" id="international">
<div class="ups-group">
<label name="intlSrvButton" id="intlSrvButtonId" aria-disabled="true">UPS International Services</label>
<div id="intlSrvDiv" style="display:none"></div>
<div id="euDiv" style="display:none">
<label name="euSrvButton" id="euSrvButtonId" aria-disabled="true">UPS EU Transborder Services</label>
<div id="euSrvDiv"></div>
</div>
</div>
</div>
</div>
</div>
<h4>Does your collection contain:</h4>
<div id="additionalFields">
<div class="row">
<div class="col-xs-6">
<fieldset class="ups-form_group">
<legend>Does your collection contain:Items that weigh more than 32 Kg.?</legend>
<label> Items that weigh more than 32 Kg.? </label>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input name="radioWeight70" class="ups-radio-custom" type="radio" value="Y" id="radioWeight70Y">
<label for="radioWeight70Y" class="ups-radio-custom-label">Yes</label>
</div>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input name="radioWeight70" class="ups-radio-custom" type="radio" value="N" id="radioWeight70N" checked="">
<label for="radioWeight70N" class="ups-radio-custom-label">No</label>
</div>
</fieldset>
</div>
</div>
<div class="row">
<div style="display:none" id="comDocDiv">
<div class="col-xs-7">
<fieldset class="ups-form_group">
<label for="">
<span role="tooltip">Only documents of no commercial value?</span> <img alt="help" border="0" height="9" src="/img/icn_help_blue.gif" width="9">
</label>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input class="ups-radio-custom" name="radioComDocs" type="radio" value="Y" id="radioComDocsY">
<label for="radioComDocsY" class="ups-radio-custom-label">Yes</label>
</div>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input class="ups-radio-custom" name="radioComDocs" type="radio" value="N" id="radioComDocsN" checked="">
<label for="radioComDocsN" class="ups-radio-custom-label">No</label>
</div>
</fieldset>
</div>
</div>
</div>
</div>
</div>
</div>
</fieldset>
</div>
<div id="timeModuleDiv">
<fieldset>
<legend>Collection Date and Time</legend>
<div class="secLvl step">
<a name="pickupdatetime"></a>
<div class="secHead clearfix">
<div class="stepNumberDiv"><span class="stepNumber" id="dateTimeStep">4</span></div>
<h3>Collection Date and Time</h3>
</div>
<div id="dateTimeErrorDiv" style="display:none">
<p class="error" id="noDatesError"> </p>
</div>
<div id="puTimeDiffErrDiv" style="display:none">
<p class="error" id="puTimeDiffId"><span class="icon ups-icon-exclamation" aria-label="Error:" role="img"><span class="sr-only">Error: </span></span> There must be a difference of {0} hours or more between Earliest Collection Time and
Latest Collection Time. Please select different times for either or both.</p>
</div>
<div class="secBody clearfix" id="dateTimeBodyDiv">
<div id="pickupOpt" style="display:none">
<div class="row">
<div class="col-xs-6">
<div class="ups-form_group ups-form_required">
<label class="ups-form_label" for="exppickup">
<span id="pickOptSpan">Collection Options:</span>
<span class="ups-required_indicator" aria-hidden="true"></span><span class="ups-ReaderTxt"></span>
</label>
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="exppickup" id="exppickup" disabled="disabled">
<option value="0" selected="">UPS will Collect</option>
<option value="1">I will drop-off at UPS Location</option>
</select>
</div>
</div>
<p id="pallet-pickup-checkbox-text-sec" style="display:none">To schedule a collection for this UPS Worldwide Express Freight Shipment <a href="https://www.ups.com/content/gb/en/contact/index.html">contact UPS</a>.</p>
<div id="liftGatePkp" class="ups-form_group ups-indent" style="">
<div class="ups-checkbox ups-input_wrapper">
<input class="ups-checkbox-custom" id="liftGatePkpChkBx" type="checkbox" value="Y" name="liftGatePkp" disabled="disabled">
<label class="ups-checkbox-custom-label" for="liftGatePkpChkBx">Liftgate on Collection</label>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<div id="dropoffDetails" style="display:none">
<div class="row">
<div class="col-xs-5">
<div class="ups-form_group ups-form_required">
<label for="id=dropDateDiv" id="dtDropSpan" class="ups-form_label"> Drop-off Date: <span aria-hidden="true" class="ups-required_indicator"></span>
</label>
<div id="dropDateDiv" class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="dropoffdate" id="dropoffdate" onkeyup="this.blur();this.focus();" disabled="disabled">
<option value="20230820" selected="">Wednesday, September 20, 2023 </option>
</select>
</div>
</div>
<div class="ups-form_group ups-form_required">
<label class="ups-form_label" for="origslic" id="origslicLbl"> Drop-off Locations: <span aria-hidden="true" class="ups-required_indicator"></span>
</label>
<div id="ieorigfacilites" class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="" id="origslic" disabled="disabled">
<option value="" selected="">Select One</option>
</select>
</div>
</div>
</div>
</div>
<div id="ErrorModuleOrg" class="panel panel-info" style="display:none">
<div class="panel-body">
<!-- DIV ERROR LAUNCH -->
<p><strong><b>No UPS Facility results were found.</b></strong></p>
<div class="secBody" id="iplaunch_nojs_div" name="iplaunch_nojs_div">
<!-- Exception occured. Check logs. --><!-- Exception occured. Check logs. -->
</div>
</div>
</div>
<div id="orgFacDetails" class="row">
<div class="col-xs-5">
<div class="ups-group ups-group_condensed">
<p class="ups-group_label" id="orgFacName"></p>
<p id="orgFacAdd1"></p>
<p id="orgFacAdd2"></p>
<p id="orgFacAdd3"></p>
<p id="orgFacStateCityZip"></p>
<p id="orgFacCountry"></p>
<p id="orgFacTelPhNum"></p>
<p id="orgFacFaxNum"></p>
</div>
</div>
<div class="col-xs-5">
<p id="orgFacDistance"></p>
</div>
</div>
<div class="row">
<div id="facDirections" class="appLvl mod modal col18 dialog" style="display:none"></div>
<div id="orgFacDirections" style="display:none">
<p><a class="btnlnkR newWindowIconR" href="javascript:launchDirectionsModal('O')">Directions to Loading/Unloading Area</a></p>
</div>
<div class="col-xs-5">
<div class="ups-group ups-group_condensed">
<p class="ups-group_label">Hours of Operation:</p>
<p id="orgFacHHOper"></p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-5">
<div class="ups-group ups-group_condensed">
<p class="ups-group_label">UPS Location Latest Drop-off Time:</p>
<p id="orgFacCutOffTime"></p>
</div>
</div>
</div>
<div id="dropTimeDiv" class="ups-group">
<div class="row">
<div class="col-xs-6">
<div class="ups-time_selection ups-form_group">
<div class="ups-time_selection_label">
<label class="ups-form_label" for="" id="dropTimeLbl"> What time will your shipment be dropped off? <span class="ups-required_indicator" aria-hidden="true"></span>
</label>
</div>
<div class="ups-time_selection_hour">
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" aria-label="Drop hour" name="dropHour" id="dropHour" onkeyup="this.blur();this.focus();" disabled="disabled">
<option value="0">12 </option>
<option value="1">1 </option>
<option value="2">2 </option>
<option value="3">3 </option>
<option value="4">4 </option>
<option value="5">5 </option>
<option value="6">6 </option>
<option value="7">7 </option>
<option value="8">8 </option>
<option value="9">9 </option>
<option value="10">10 </option>
<option value="11" selected="">11 </option>
</select>
</div>
</div>
<div class="ups-time_selection_colon"> : </div>
<div class="ups-time_selection_min">
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" aria-label="Drop minute" name="dropMin" id="dropMin" onkeyup="this.blur();this.focus();" disabled="disabled">
<option value="00" selected="">00 </option>
<option value="05">05 </option>
<option value="10">10 </option>
<option value="15">15 </option>
<option value="20">20 </option>
<option value="25">25 </option>
<option value="30">30 </option>
<option value="35">35 </option>
<option value="40">40 </option>
<option value="45">45 </option>
<option value="50">50 </option>
<option value="55">55 </option>
</select>
</div>
</div>
<fieldset class="ups-time_selection_ampm">
<legend>AM/PM Selection</legend>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input class="ups-radio-custom" id="dropAMId" type="radio" name="dropAMPM" checked="" value="AM" disabled="disabled">
<label class="ups-radio-custom-label" for="dropAMId">AM</label>
</div>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input class="ups-radio-custom" id="dropPMId" type="radio" name="dropAMPM" value="PM" disabled="disabled">
<label class="ups-radio-custom-label" for="dropPMId">PM</label>
</div>
</fieldset>
</div>
</div>
</div>
<div class="clear"></div>
<p>(local time)</p>
</div>
</div>
<div class="clear"></div>
<div id="pickupDetails" style="">
<p>Select a date and earliest time your shipment will be available for collection.</p>
<div class="row">
<div class="col-xs-5">
<div class="ups-form_group">
<label for="pickupdate" id="pickupDateLbl" class="ups-form_label">Collection Date:</label>
<div id="pickupDateDiv" class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="pickupdate" id="pickupdate" onkeyup="this.blur();this.focus();" disabled="disabled">
<option value="20230820" selected="">Wednesday, September 20, 2023 </option>
</select>
</div>
</div>
</div>
</div>
<p id="puCurrentDateNotePara" style="display:none"></p>
<div id="pickupTimeDiv">
<div class="row">
<div class="col-xs-6">
<div class="ups-time_selection ups-form_group">
<div class="ups-time_selection_label">
<div id="ipwahoverfocus1" tabindex="0">
<label id="readyTimeLbl" class="ups-form_label"><span role="tooltip">Earliest Collection Time:</span> <img alt="help" border="0" height="9" src="/img/icn_help_blue.gif" width="9"> <span class="ups-required_indicator"
aria-hidden="true"></span></label>
</div>
</div>
<div class="ups-time_selection_hour">
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" aria-label="Earliest Pickup Time Hour" name="readyHours" id="readyHours" onkeyup="this.blur();this.focus();" disabled="disabled">
<option value="0">12 </option>
<option value="1">1 </option>
<option value="2">2 </option>
<option value="3">3 </option>
<option value="4">4 </option>
<option value="5">5 </option>
<option value="6">6 </option>
<option value="7">7 </option>
<option value="8" selected="">8 </option>
<option value="9">9 </option>
<option value="10">10 </option>
<option value="11">11 </option>
</select>
</div>
</div>
<div class="ups-time_selection_colon"> : </div>
<div class="ups-time_selection_min">
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" aria-label="Earliest Pickup Time Minute" name="readyMinutes" id="readyMinutes" onkeyup="this.blur();this.focus();" disabled="disabled">
<option value="00" selected="">00 </option>
<option value="05">05 </option>
<option value="10">10 </option>
<option value="15">15 </option>
<option value="20">20 </option>
<option value="25">25 </option>
<option value="30">30 </option>
<option value="35">35 </option>
<option value="40">40 </option>
<option value="45">45 </option>
<option value="50">50 </option>
<option value="55">55 </option>
</select>
</div>
</div>
<fieldset class="ups-time_selection_ampm">
<legend>Earliest Collection Time: AM PM </legend>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input id="readyAMId" class="ups-radio-custom" type="radio" name="readyAMPM" checked="" value="AM" disabled="disabled">
<label class="ups-radio-custom-label" for="readyAMId">AM</label>
</div>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input id="readyPMId" class="ups-radio-custom" type="radio" name="readyAMPM" value="PM" disabled="disabled">
<label class="ups-radio-custom-label" for="readyPMId">PM</label>
</div>
</fieldset>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6">
<div class="ups-time_selection ups-form_group">
<div class="ups-time_selection_label">
<div id="ipwahoverfocus2" tabindex="0">
<label id="closeTimeLbl" class="ups-form_label"><span role="tooltip">Latest Preferred Collection Time:</span> <img alt="help" border="0" height="9" src="/img/icn_help_blue.gif" width="9"><span
class="ups-required_indicator" aria-hidden="true"></span></label>
</div>
</div>
<div class="ups-time_selection_hour">
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" aria-label="Latest Pickup Time Hour" name="closeHours" id="closeHours" onkeyup="this.blur();this.focus();" disabled="disabled">
<option value="0">12 </option>
<option value="1">1 </option>
<option value="2">2 </option>
<option value="3">3 </option>
<option value="4">4 </option>
<option value="5" selected="">5 </option>
<option value="6">6 </option>
<option value="7">7 </option>
<option value="8">8 </option>
<option value="9">9 </option>
<option value="10">10 </option>
<option value="11">11 </option>
</select>
</div>
</div>
<div class="ups-time_selection_colon"> : </div>
<div class="ups-time_selection_min">
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" aria-label="Latest Pickup Time Minute" name="closeMinutes" id="closeMinutes" onkeyup="this.blur();this.focus();" disabled="disabled">
<option value="00" selected="">00 </option>
<option value="05">05 </option>
<option value="10">10 </option>
<option value="15">15 </option>
<option value="20">20 </option>
<option value="25">25 </option>
<option value="30">30 </option>
<option value="35">35 </option>
<option value="40">40 </option>
<option value="45">45 </option>
<option value="50">50 </option>
<option value="55">55 </option>
</select>
</div>
</div>
<fieldset class="ups-time_selection_ampm">
<legend>Latest Preferred Collection Time: AM PM </legend>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input id="closeAMId" class="ups-radio-custom" type="radio" name="closeAMPM" value="AM" disabled="disabled">
<label class="ups-radio-custom-label" for="closeAMId">AM</label>
</div>
<div class="ups-buttonList_wrapper ups-input_wrapper">
<input id="closePMId" class="ups-radio-custom" type="radio" name="closeAMPM" checked="" value="PM" disabled="disabled">
<label class="ups-radio-custom-label" for="closePMId">PM</label>
</div>
</fieldset>
</div>
</div>
</div>
<div class="clear"></div>
<p style="margin-bottom:15px;">Note: <span style="font-weight:bold;">Collection times are not guaranteed.</span> Depending on volume, requested time for collection may be delayed. If you can't meet your driver for collection, don't
forget to cancel or reschedule in your <a href="javascript:void(0);" id="goToHistoryLocale">Collection History </a> or contact UPS.</p>
<p><strong>Additional Collection Information</strong></p>
<div class="row">
<div class="col-xs-5">
<div class="ups-form_group">
<label for="pickuppoint" class="ups-form_label" id="prefPickupLocationLbl">Preferred Collection Location:</label>
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="pickuppoint" id="pickuppoint" onkeyup="this.blur();this.focus();" disabled="disabled">
<option value="">Choose One </option>
<option value="Front Door" selected="">Front Door </option>
<option value="Back Door">Back Door </option>
<option value="Side Door">Side Door </option>
<option value="Shipping">Shipping </option>
<option value="Receiving">Receiving </option>
<option value="Reception">Reception </option>
<option value="Office">Office </option>
<option value="Mail Room">Mail Room </option>
<option value="Garage">Garage </option>
<option value="Upstairs">Upstairs </option>
<option value="Downstairs">Downstairs </option>
<option value="Guard Room">Guard Room </option>
<option value="Third Party">Third Party </option>
<option value="Warehouse">Warehouse </option>
</select>
</div>
</div>
</div>
<div class="col-xs-5 col-xs-offset-1">
<div class="ups-form_group">
<label for="pickupReferenceId" id="pickupRefLbl" class="ups-form_label">
<div id="ipwahoverfocus3" tabindex="0">
<span role="tooltip">Collection Reference:</span> <img alt="help" border="0" height="9" src="/img/icn_help_blue.gif" width="9">
</div>
</label>
<div class="ups-text_wrapper ups-input_wrapper">
<input id="pickupReferenceId" class="ups-form_input" name="paramPickupReference" value="" type="text" disabled="disabled">
</div>
</div>
</div>
</div>
<div class="ups-form_group">
<label class="ups-form_label" for="spInstrId" id="specialInstrLbl">Special Instructions:</label>
<div class="ups-textArea_wrapper ups-input_wrapper">
<textarea id="spInstrId" name="specialinstructions" maxlength="57" rows="4" class="ups-textArea" disabled="disabled"></textarea>
</div>
</div>
</div> <!-- end pickupTimeDiv -->
</div> <!-- end pickupDetails DIV -->
</div> <!-- end DateTimeBody DIV -->
</div> <!-- end secLvl Step DIV ---->
</fieldset>
</div>
<div id="destModuleDiv">
<fieldset>
<div id="destMod" style="display:none">
<div class="secLvl step">
<div class="secHead clearfix">
<div class="stepNumberDiv"><span id="destStep" class="stepNumber">5</span></div>
<h3>Destination Options</h3>
</div>
<div class="secBody clearfix">
<div class="row">
<div class="col-xs-6">
<div class="ups-form_group ups-form_required">
<label for="expdeliver" class="ups-form_label">
<span id="destOptSpan">Delivery Options:</span>
<span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt"></span>
</label>
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="expdeliver" id="expdeliver">
<option value="0" selected="">UPS will Deliver</option>
<option value="1">Hold for Customer Collection at UPS Location</option>
</select>
</div>
</div>
</div>
</div>
<p><strong>Ultimate Destination Address Information</strong></p>
<div class="row">
<div class="col-xs-4">
<div class="ups-form_group">
<label class="ups-form_label" for="dc1" id="destCountrySpan"> Country or Territory: <span aria-hidden="true" class="ups-required_indicator"></span><span class="ups-readerTxt"></span>
</label>
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="dc1" id="dc1" onkeyup="this.blur();this.focus();">
<option value=" ">Select One </option>
<option value="AR">Argentina </option>
<option value="AU">Australia </option>
<option value="AT">Austria </option>
<option value="BH">Bahrain </option>
<option value="BD">Bangladesh </option>
<option value="BE">Belgium </option>
<option value="BR">Brazil </option>
<option value="CA">Canada </option>
<option value="CL">Chile </option>
<option value="CO">Colombia </option>
<option value="CR">Costa Rica </option>
<option value="CZ">Czech Republic </option>
<option value="DK">Denmark </option>
<option value="DO">Dominican Republic </option>
<option value="EC">Ecuador </option>
<option value="SV">El Salvador </option>
<option value="FI">Finland </option>
<option value="FR">France </option>
<option value="DE">Germany </option>
<option value="GR">Greece </option>
<option value="GT">Guatemala </option>
<option value="HN">Honduras </option>
<option value="HK">Hong Kong SAR, China </option>
<option value="HU">Hungary </option>
<option value="IN">India </option>
<option value="ID">Indonesia </option>
<option value="IE">Ireland (Republic of) </option>
<option value="IL">Israel </option>
<option value="IT">Italy </option>
<option value="JP">Japan </option>
<option value="KW">Kuwait </option>
<option value="LB">Lebanon </option>
<option value="LI">Liechtenstein </option>
<option value="LU">Luxembourg </option>
<option value="MY">Malaysia </option>
<option value="MT">Malta </option>
<option value="MX">Mexico </option>
<option value="MA">Morocco </option>
<option value="NL">Netherlands </option>
<option value="NZ">New Zealand </option>
<option value="NI">Nicaragua </option>
<option value="NO">Norway </option>
<option value="PK">Pakistan </option>
<option value="PA">Panama </option>
<option value="CN">China Mainland </option>
<option value="PH">Philippines </option>
<option value="PL">Poland </option>
<option value="PT">Portugal </option>
<option value="PR">Puerto Rico </option>
<option value="QA">Qatar </option>
<option value="SA">Saudi Arabia </option>
<option value="SG">Singapore </option>
<option value="SK">Slovakia </option>
<option value="KR">South Korea </option>
<option value="ES">Spain </option>
<option value="LK">Sri Lanka </option>
<option value="SE">Sweden </option>
<option value="CH">Switzerland </option>
<option value="TW">Taiwan, China </option>
<option value="TH">Thailand </option>
<option value="TR">Turkey </option>
<option value="AE">United Arab Emirates </option>
<option value="US">United States </option>
<option value="VN">Vietnam </option>
</select>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<div class="subcol9 marginBegin clearfix" id="destinationOptionView">
</div>
<div class="clear"></div>
<div class="subcol9 marginBegin clearfix" id="holdforpickup" style="display:none">
<dl>
<dd>
<span id="findLocSpan">
<span id="findLocErrSpan" style="display:none;color:red"> <span class="icon ups-icon-exclamation" aria-label="Error:" role="img"><span class="sr-only">Error: </span></span> </span>
<input type="button" id="findLoc" value="Find Location" class="btnArw">
</span>
</dd>
</dl>
</div>
<div class="subcol9 marginEnd clearfix" id="destDetails" style="display:none">
<dl>
<p><span class="label">Shipment will be held for collection at this UPS Location:</span></p>
<dt>
<label for="">
<div id="destFacName"></div>
</label>
</dt>
<dd id="destFacAdd1"></dd>
<dd id="destFacAdd2"></dd>
<dd id="destFacAdd3"></dd>
<dd id="destFacStateCityZip"></dd>
<dd id="destFacCountry"></dd>
<dd id="destFacPhNum"></dd>
<dd id="destFacFaxNum"></dd>
</dl>
<div id="destDetailsHrs" style="display:none"></div>
</div>
<div class="clear"></div>
<div class="secLvl message clearfix" id="ErrorModuleDest" style="display:none">
<p class="criticalMessage"> <b>No UPS Facility results were found.</b></p>
<div class="secBody" id="iplaunch_nojs_div2" name="iplaunch_nojs_div">
<!-- Exception occured. Check logs. --><!-- Exception occured. Check logs. -->
</div>
</div>
</div>
</div>
</div>
</fieldset>
</div>
<div id="notiModuleDiv">
<fieldset>
<a name="notification"></a>
<div class="secLvl step">
<div class="secHead clearfix">
<div class="stepNumberDiv"><span class="stepNumber" id="notiStep">5</span></div>
<h3>Collection Notifications</h3>
<div class="pull-right ups-secHeadBtn">
<input name="showHideNoti" id="showHideNotiId" aria-expanded="false" type="button" class="btnlnkL expandIcon" hideval="Hide" showval="Show Collection Notifications" value="Show Collection Notifications">
</div>
</div>
<div class="secBody clearfix" id="notiBodyDiv" style="display:none">
<p><strong>Collection Request Confirmations</strong></p>
<div class="ups-app_actions_container">
<p>Enter a mobile device number to receive SMS confirmation of this Collection Request.</p>
</div>
<div class="row">
<div class="col-xs-4">
<div class="ups-form_group">
<label for="phoneList">Mobile Device Number:</label>
<div class="ups-dropdown_wrapper ups-input_wrapper">
<select class="ups-dropdown" name="phoneList" id="phoneList" onkeyup="this.blur();this.focus();">
<option value="0" selected="">Select One </option>
<option value="1">Add New Entry </option>
</select>
</div>
</div>
</div>
<div class="col-xs-8" id="countryLanguageId">
<div class="ups-group">
<p class="ups-group_label">Language Format:</p>
<p class="ups-group_value" id="countryLanguage" name="countryLanguage" style="display: block;"></p>
</div>
</div>
</div>
<p>Enter up to five e-mail addresses to receive e-mail confirmation of this Collection Request.</p>
<div class="row">
<div class="col-xs-5">
<div class="ups-form_group">
<p><label for="" class="ups-form_label" id="eLabelErrId"><span id="eLabelErrSpan" style="display:none;color:red;font-weight:bold"> </span>E-mail Addresses</label></p>
</div>
<div class="ups-form_group">
<span id="e1ErrId" style="display:none;color:red;font-weight:bold"> </span><input aria-label="E-mail Addresses 1" name="email1" value="" type="text" maxlength="50" size="" id="email1Id">
</div>
<div class="ups-form_group">
<span id="e2ErrId" style="display:none;color:red;font-weight:bold"> </span><input aria-label="E-mail Addresses 2" name="email2" value="" type="text" maxlength="50" size="" id="email2Id">
</div>
<div class="ups-form_group">
<span id="e3ErrId" style="display:none;color:red;font-weight:bold"> </span><input aria-label="E-mail Addresses 3" name="email3" value="" type="text" maxlength="50" size="" id="email3Id">
</div>
<div class="ups-form_group">
<span id="e4ErrId" style="display:none;color:red;font-weight:bold"> </span><input aria-label="E-mail Addresses 4" name="email4" value="" type="text" maxlength="50" size="" id="email4Id">
</div>
<div class="ups-form_group">
<span id="e5ErrId" style="display:none;color:red;font-weight:bold"> </span><input aria-label="E-mail Addresses 5" name="email5" value="" type="text" maxlength="50" size="" id="email5Id">
</div>
</div>
</div>
<div class="ups-form_group">
<label for="emailmessageId" id="emailMsgLbl" class="ups-form_label">Enter a personalised message to be included in your e-mail confirmation.<span aria-hidden="true" class="ups-required_indicator"></span><span
class="ups-readerTxt">Required</span></label>
<div class="ups-textArea_wrapper ups-input_wrapper">
<textarea id="emailmessageId" name="emailmessage" rows="4" class="ups-textArea"></textarea>
</div>
</div>
<div class="row">
<div class="col-xs-5">
<div class="ups-form_group">
<p><label class="ups-form_label" for="failedemailId" id="feId"><span id="feErrSpan" style="display:none;color:red"></span>Your E-mail Address:</label></p>
<div class=" ups-text_wrapper ups-input_wrapper ">
<input name="failedemail" value="" class="ups-form_input" type="text" id="failedemailId">
</div>
</div>
</div>
</div>
<p>UPS will notify you if there is a problem sending any of the e-mail notifications you requested for this collection request.</p>
</div>
</div>
</fieldset>
</div>
<div class="clear"></div>
<div class="appFooter">
<div class="ups-group">
<div id="valNext" style="display: block;">
<input id="nextButtonId" name="SUBMIT_BUTTON" type="button" value="Next" class="ups-cta ups-cta_primary" style="display: inline-block;">
</div>
<div id="valSubmit" style="display:none">
<input id="nextButtonId" name="SUBMIT_BUTTON" type="button" value="Submit" class="ups-cta ups-cta_primary">
</div>
</div>
<p><span aria-hidden="true">*</span> - This application provides you with the ability to send a message via electronic mail to a contact person at the requested collection location. You agree to use this message service solely to communicate
information related to the shipment and to transmit only lawful messages that do not include lewd, offensive or illegal content. In no event shall UPS be liable for the content of the message or any failure or delay in the transmission or
receipt of the message.</p>
</div>
</div>
</div>
</form>
Name: secondFormId — POST /pickup/pending?loc=en_GB
<form id="secondFormId" name="secondFormId" action="/pickup/pending?loc=en_GB" method="post">
<input id="secondFormIanId" type="hidden" name="ian" value="">
<input id="secondFormReturntoId" type="hidden" name="returnto" value="/pickup/request?loc=en_GB">
</form>
Name: thirdFormId — POST https://www.ups.com/dropoff?loc=en_GB
<form id="thirdFormId" name="thirdFormId" action="https://www.ups.com/dropoff?loc=en_GB" method="post" target="_blank">
<input type="hidden" name="loc" value="en_GB">
<input type="hidden" name="appId" value="IP">
<input id="InputZipCode" type="hidden" name="txtQuery" value=" ">
<input type="hidden" name="autosubmit" value="1">
<input type="hidden" name="loc_type" value="018">
<input type="hidden" name="Address" id="Address" value="">
<input type="hidden" name="PoliticalDiv1" id="PoliticalDiv1" value="">
<input type="hidden" name="PoliticalDiv2" id="PoliticalDiv2" value="">
<input type="hidden" name="Postal" id="Postal" value="">
<input type="hidden" name="IP_smartbranch" id="IP_smartbranch" value="">
</form>
Text Content
1 of 1 Service Alert due to Situation in Ukraine… More Close Skip to Main Content * Track a package or search * Log in / Sign up * MenuClose Track a package or search SearchClosex * About UPSOpen the link in a new window * Locations * United Kingdom - English * United Kingdom - English Select Another Country or Territory * Log in / Sign up * Shipping SHIPPING * Create a Shipment * Calculate Shipping Cost * Schedule a Collection * Find a Location * View Shipping History * Batch File Shipping * Packaging and Shipping Supplies * Manage Customer Orders * How To Ship a Parcel * International Shipping * How to Return a Parcel * Go to Shipping Support * Tracking TRACKING * Track a Package * View All Shipments * Manage with Quantum View * Change a Delivery * Go to Tracking Support * Business Solutions BUSINESS SOLUTIONS * Business Shipping Tools * View and Control Your Shipments * Manage Shipments for Large Enterprises * Understand and Pay Bills * File or View a Claim * Start or Grow Your Business * Expand Your Online Business * Collection and Drop-off Options * Simplify Returns * Support SUPPORT * Understand and Pay Bills * Manage Your Profile * File or View a Claim * Contact Us * Tracking Support * Shipping Support * International Tools and Resources Track a package or search SearchClose Track a package or search 1. Home > 2. Schedule a Collection SCHEDULE A PARCEL COLLECTION Request an on-demand pickup for your UPS ground, air, and international shipments. Collection Status Collection History Request a UPS Smart Pickup Want a free option? Drop off your parcelThis will open a new window at any UPS Access Point™, The UPS Store®, or other nearby location. ENTER COLLECTION INFORMATION Required fields are indicated with *Required. Save time scheduling and manage your collection history. 1 SHIPPING LABEL QUESTIONS Shipping Label Questions Do you have pre-printed UPS Shipping Labels for your shipment? Required Yes No Optional: Enter tracking numbers without spaces, separated by commas, to check if collection charges are prepaid. (If you have return label tracking numbers, enter them here) (Maximum 30 tracking Numbers) Correct the Tracking Numbers as indicated: Note: Collection charges may apply for the tracking number(s) entered. To avoid additional charges, you may drop your package at a nearby location. Note: You entered a tracking number that can be used for a pre-paid On-Call collection®. No further payment is required. The following tracking numbers have been used and were removed from the list: Need a label for your package? Create a Shipment to print your own label and schedule a pickup at the same time. Otherwise, you can pay your driver by Check or Money Order and they'll bring a label to you. I will pay my driver using Cash To schedule a collection for this shipment, contact UPS. 2 COLLECTION INFORMATION AND LOCATION Error: Charges can not be billed to this account, please select another account or payment option. UPS Account Number: UPS Account ZIP Code: Required Schedule your On-Call Collection using this account's Collection Location To request a Smart Collection for this Collection Location, go to Request a Smart Collection. Log into ups.com to see the pickup location details for your account number. Company or Name: Required Contact Name: Address: Required Suite / Room: Floor: Residential Address Country or Territory: United Kingdom City: Required Other Address Information: Postal Code: Required Telephone: Required Ext.: Error: The Street, City, State, and Postal Code combination you entered appears to be incorrect. Use one of the suggested combinations below: {City}, {State} {ZIP} Use or change the original combination entered. {City}, {State} {ZIP} Service and Package Information 3 SERVICE AND PACKAGE INFORMATION Error: Weight must be entered as a whole or half number in your country or territory's supported delimiter format, for example (1 or 1.5) and (1 or 1,5) where applicable. Please correct and submit again. Error: The weight of all your pallets combined may not exceed the numeric value 99999 in lbs or kg. Correct value to continue. Select the number of packages in your collection, as well as the UPS Services indicated by your UPS Shipping Labels. Select the number of pallets in your collection, as indicated by your UPS Shipping Labels. UPS Worldwide Express Freight only accepts pallets, you must create separate collection requests for other package types. Package(s) in Your Collection: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Total Weight of Your Collection: Required Kg. Error: UPS Premier mismatch to services UPS Services in Your Collection: Note: The UPS Service(s) you have selected do not match the services associated to the Shipping label(s) entered above. This is a pallet collection request To schedule a collection for this UPS Worldwide Express Freight Shipment contact UPS. UPS WORLDWIDE EXPRESS FREIGHTTM PALLET REQUEST Note: Pallet collection requests are only valid with the UPS Worldwide Express FreightTM service, and must be for international air freight shipments secured on pallets. If yours isn't a UPS Worldwide Express Freight shipment, deselect the pallet collection request checkbox to choose from other UPS services or package types. Review the weight and size limits for details on size limits for your shipment. UPS Pallet Service Pallet(s) in Your Collection 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Pallet Weight: Required Kg. Total Weight of Your Collection: Required Kg. Dimensions of your Largest Pallet: Pallet Dimensions: Length: Required Width: Required Height: Required cm Use the same values for all pallets? Yes No (For pallets, the value entered for Length must be greater than or equal to the width value.) Pallet Contains Dangerous Goods UPS Domestic Services UPS International Services UPS EU Transborder Services DOES YOUR COLLECTION CONTAIN: Does your collection contain:Items that weigh more than 32 Kg.? Items that weigh more than 32 Kg.? Yes No Only documents of no commercial value? Yes No Collection Date and Time 4 COLLECTION DATE AND TIME Error: There must be a difference of {0} hours or more between Earliest Collection Time and Latest Collection Time. Please select different times for either or both. Collection Options: UPS will Collect I will drop-off at UPS Location To schedule a collection for this UPS Worldwide Express Freight Shipment contact UPS. Liftgate on Collection Drop-off Date: Wednesday, September 20, 2023 Drop-off Locations: Select One No UPS Facility results were found. Directions to Loading/Unloading Area Hours of Operation: UPS Location Latest Drop-off Time: What time will your shipment be dropped off? 12 1 2 3 4 5 6 7 8 9 10 11 : 00 05 10 15 20 25 30 35 40 45 50 55 AM/PM Selection AM PM (local time) Select a date and earliest time your shipment will be available for collection. Collection Date: Wednesday, September 20, 2023 Earliest Collection Time: 12 1 2 3 4 5 6 7 8 9 10 11 : 00 05 10 15 20 25 30 35 40 45 50 55 Earliest Collection Time: AM PM AM PM Latest Preferred Collection Time: 12 1 2 3 4 5 6 7 8 9 10 11 : 00 05 10 15 20 25 30 35 40 45 50 55 Latest Preferred Collection Time: AM PM AM PM Note: Collection times are not guaranteed. Depending on volume, requested time for collection may be delayed. If you can't meet your driver for collection, don't forget to cancel or reschedule in your Collection History or contact UPS. Additional Collection Information Preferred Collection Location: Choose One Front Door Back Door Side Door Shipping Receiving Reception Office Mail Room Garage Upstairs Downstairs Guard Room Third Party Warehouse Collection Reference: Special Instructions: 5 DESTINATION OPTIONS Delivery Options: UPS will Deliver Hold for Customer Collection at UPS Location Ultimate Destination Address Information Country or Territory: Select One Argentina Australia Austria Bahrain Bangladesh Belgium Brazil Canada Chile Colombia Costa Rica Czech Republic Denmark Dominican Republic Ecuador El Salvador Finland France Germany Greece Guatemala Honduras Hong Kong SAR, China Hungary India Indonesia Ireland (Republic of) Israel Italy Japan Kuwait Lebanon Liechtenstein Luxembourg Malaysia Malta Mexico Morocco Netherlands New Zealand Nicaragua Norway Pakistan Panama China Mainland Philippines Poland Portugal Puerto Rico Qatar Saudi Arabia Singapore Slovakia South Korea Spain Sri Lanka Sweden Switzerland Taiwan, China Thailand Turkey United Arab Emirates United States Vietnam Error: Shipment will be held for collection at this UPS Location: No UPS Facility results were found. 5 COLLECTION NOTIFICATIONS Collection Request Confirmations Enter a mobile device number to receive SMS confirmation of this Collection Request. Mobile Device Number: Select One Add New Entry Language Format: Enter up to five e-mail addresses to receive e-mail confirmation of this Collection Request. E-mail Addresses Enter a personalised message to be included in your e-mail confirmation.Required Your E-mail Address: UPS will notify you if there is a problem sending any of the e-mail notifications you requested for this collection request. * - This application provides you with the ability to send a message via electronic mail to a contact person at the requested collection location. You agree to use this message service solely to communicate information related to the shipment and to transmit only lawful messages that do not include lewd, offensive or illegal content. In no event shall UPS be liable for the content of the message or any failure or delay in the transmission or receipt of the message. IN THIS SECTION * Home * SCHEDULE A COLLECTION Collection StatusCollection HistoryRequest a UPS Smart Pickup RELATED INFORMATION * Create a Shipment * Calculate Shipping Cost * Find a Location * View Shipping History * Batch File Shipping * Packaging and Shipping Supplies * Create a Freight Shipment * Create Shipment CampusShip * Marketplace Shipping * Return Shipment * Return Shipment CampusShip Show AllHide (5) This Site * Tracking * Shipping * Help & Support * Communication Preferences Other UPS Sites * About UPSOpen the link in a new window * Supply Chain SolutionsOpen the link in a new window * UPS JobsOpen the link in a new window Connect With Us * FacebookOpen the link in a new window * TwitterOpen the link in a new window * LinkedInOpen the link in a new window * YouTubeOpen the link in a new window Legal * Global Home * Protect Against Fraud * Terms and Conditions * Website Terms of Use * Privacy Notice * Cookie Settings Copyright ©1994- 2023 United Parcel Service of America, Inc. All rights reserved. WE NEED YOUR CONSENT TO PROCEED Our website uses cookies to offer you a personalized experience. If you choose to accept these cookies, we (or our 3rd party partners) may collect and share data about your actions on our site. If you'd like to learn more about cookies or adjust your preferences, click "Advanced Privacy Settings." You can also change your cookie settings at any time by clicking on the "Cookie Settings" link at the bottom of the page. Opt-In to All Cookies Opt-In to Essential Cookies Only Confirm Selection Advanced Privacy Settings WEIGHT ALERT Or modify your shipment weight to continue INFORMATION A Smart Pickup has been scheduled previously. No further action is needed. Thank you for choosing UPS. CONFIRM YOUR SERVICE DATE Are you Sure? You have indicated that you have a UPS Premier shipment, but the selected Collection service date is $pickupDate. Choose Edit Collection to select another collection option or Continue if you are satisfied with your current collection selection. CONFIRM YOUR SERVICE DATE Are you Sure? You have indicated that you have a UPS Premier shipment, but your next Smart Pickup service date is not until $pickupDate. Choose Edit Collection to select another collection option or Continue if you are satisfied with your current collection selection.