www.ryder.com Open in urlscan Pro
2606:4700:4400::ac40:927e  Public Scan

Submitted URL: https://lastmiledelivery.online/
Effective URL: https://www.ryder.com/en-us
Submission: On June 06 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form method="post" novalidate="novalidate" data-f-metadata="" aria-labelledby="e4da48a3-2f75-4971-b380-0bc8ce268699_label" enctype="multipart/form-data" class="EPiServerForms ValidationSuccess" data-f-type="form"
  id="e4da48a3-2f75-4971-b380-0bc8ce268699">
  <script type="text/javascript">
    // This view acts as a rendering template to render InitScript(and server-side Form's descriptor) in FormContainerBlock's client-side for Form[e4da48a3-2f75-4971-b380-0bc8ce268699].
    // TECHNOTE: all serverside (paths, dynamic values) of EPiServerForms will be transfered to client side here in this section.
    (function initializeOnRenderingFormDescriptor() {
      // each workingFormInfo is store inside epi.EPiServer.Forms, lookup by its FormGuid
      var workingFormInfo = epi.EPiServer.Forms["e4da48a3-2f75-4971-b380-0bc8ce268699"] = {
        Id: "e4da48a3-2f75-4971-b380-0bc8ce268699",
        Name: "What Solution Form (1941) InPage - US",
        // whether this Form can be submitted which relates to the visitor's data (cookie, identity) and Form's settings (AllowAnonymous, AllowXXX)
        SubmittableStatus: {
          "submittable": true,
          "message": ""
        },
        ConfirmMessage: "",
        ResetConfirmMessage: "",
        ShowNavigationBar: false,
        FocusOnForm: false,
        ShowSummarizedData: false,
        // serialize the dependency configuration of this form to clientside
        DependenciesInfo: JSON.parse("[]"),
        // keep all fieldName which are not satisfied the field dependency conditions
        DependencyInactiveElements: [],
        // Validation info, for executing validating on client side
        ValidationInfo: JSON.parse(
          "[{\"targetElementName\":\"__field_20495\",\"targetElementId\":\"53255707-1408-40a8-a7bd-60d9c426c21e\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"\\\"First Name\\\" is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}},{\"type\":\"EPiServer.Forms.Implementation.Validation.RegularExpressionValidator\",\"description\":null,\"model\":{\"jsPattern\":\"^[A-za-z ]*$\",\"dotNetPattern\":\"^[A-za-z ]*$\",\"message\":\"\\\"First Name\\\" may only contain letters.\",\"validationCssClass\":null,\"additionalAttributes\":null}}]},{\"targetElementName\":\"__field_24383\",\"targetElementId\":\"3be88b71-bcdb-47bb-ad5d-78583af993f3\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"\\\"Last Name\\\" is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}},{\"type\":\"EPiServer.Forms.Implementation.Validation.RegularExpressionValidator\",\"description\":null,\"model\":{\"jsPattern\":\"^[A-za-z ]*$\",\"dotNetPattern\":\"^[A-za-z ]*$\",\"message\":\"\\\"Last Name\\\" may only contain letters. \",\"validationCssClass\":null,\"additionalAttributes\":null}}]},{\"targetElementName\":\"__field_24384\",\"targetElementId\":\"ee733c8a-f6f8-478f-9638-30898bdcb357\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"A valid \\\"Email Address\\\" is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}},{\"type\":\"EPiServer.Forms.Implementation.Validation.RegularExpressionValidator\",\"description\":null,\"model\":{\"jsPattern\":\"^[\\\\w\\\\-\\\\.]+@([\\\\w-]+\\\\.)+[\\\\w-]{2,}$\",\"dotNetPattern\":\"^[\\\\w\\\\-\\\\.]+@([\\\\w-]+\\\\.)+[\\\\w-]{2,}$\",\"message\":\"Enter a valid email address.\",\"validationCssClass\":null,\"additionalAttributes\":null}}]},{\"targetElementName\":\"__field_24381\",\"targetElementId\":\"1b9ecbaa-b286-42ab-a740-b58d53ea2b95\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"A valid \\\"Phone\\\" is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}},{\"type\":\"EPiServer.Forms.Implementation.Validation.RegularExpressionValidator\",\"description\":null,\"model\":{\"jsPattern\":\"(^(?!(0))\\\\d{10}$)\",\"dotNetPattern\":\"(^(?!(0))\\\\d{10}$)\",\"message\":\"Please format your phone number without dashes, ex. 1112223333\",\"validationCssClass\":null,\"additionalAttributes\":null}}]},{\"targetElementName\":\"__field_38898\",\"targetElementId\":\"a0c77390-4c31-4fe0-ae4b-fb0cb5cc65d8\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"Please use 5-digit ZIP Code, ex. 12345.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}},{\"type\":\"EPiServer.Forms.Implementation.Validation.RegularExpressionValidator\",\"description\":null,\"model\":{\"jsPattern\":\"^((\\\\d{5})|([A-Za-z]\\\\d[A-Za-z][ -]?\\\\d[A-Za-z]\\\\d))$\",\"dotNetPattern\":\"^((\\\\d{5})|([A-Za-z]\\\\d[A-Za-z][ -]?\\\\d[A-Za-z]\\\\d))$\",\"message\":\"The ZIP must be a United States 5-digit Postal Code, ex. 12345.\",\"validationCssClass\":null,\"additionalAttributes\":null}}]},{\"targetElementName\":\"__field_24382\",\"targetElementId\":\"d08e491e-f488-4469-9bf0-c6ea5454c2d6\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"\\\"Company\\\" is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}},{\"type\":\"EPiServer.Forms.Implementation.Validation.RegularExpressionValidator\",\"description\":null,\"model\":{\"jsPattern\":\"^[A-za-z0-9 !~`@#%\u0026()_=|;\u0027,{}\\\\[\\\\]\\\\.\\\\+\\\\?\\\\\\\\\\\\/\\\\^\\\\$\\\\*\\\\(\\\\)\\\\-\\\\\\\\\\\"]*$\",\"dotNetPattern\":\"^[A-za-z0-9 !~`@#%\u0026()_=|;\u0027,{}\\\\[\\\\]\\\\.\\\\+\\\\?\\\\\\\\\\\\/\\\\^\\\\$\\\\*\\\\(\\\\)\\\\-\\\\\\\\\\\"]*$\",\"message\":\"Please enter a valid \\\"Company\\\" in this field.\",\"validationCssClass\":null,\"additionalAttributes\":null}}]},{\"targetElementName\":\"__field_24386\",\"targetElementId\":\"0654a04a-dfd2-49c2-9310-a15e6f0e2749\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"\\\"Title\\\" is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}},{\"type\":\"EPiServer.Forms.Implementation.Validation.RegularExpressionValidator\",\"description\":null,\"model\":{\"jsPattern\":\"^[A-za-z0-9 !~`@#%\u0026()_=|;\u0027,{}\\\\[\\\\]\\\\.\\\\+\\\\?\\\\\\\\\\\\/\\\\^\\\\$\\\\*\\\\(\\\\)\\\\-\\\\\\\\\\\"]*$\",\"dotNetPattern\":\"^[A-za-z0-9 !~`@#%\u0026()_=|;\u0027,{}\\\\[\\\\]\\\\.\\\\+\\\\?\\\\\\\\\\\\/\\\\^\\\\$\\\\*\\\\(\\\\)\\\\-\\\\\\\\\\\"]*$\",\"message\":\"Please enter a valid \\\"Title\\\" in this field.\",\"validationCssClass\":null,\"additionalAttributes\":null}}]},{\"targetElementName\":\"__field_41327\",\"targetElementId\":\"dac8384b-806b-4695-89e9-61496e4aabd5\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"This field is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}}]}]"
          ),
        // Steps information for driving multiple-step Forms.
        StepsInfo: {
          Steps: [{
            "index": 0,
            "attachedUrl": "",
            "dependField": null,
            "dependCondition": null,
            "isActive": true,
            "attachedContentLink": "",
            "dependValue": "",
            "elementName": "__field_",
            "guid": "00000000-0000-0000-0000-000000000000"
          }]
        },
        FieldsExcludedInSubmissionSummary: [],
        ElementsInfo: JSON.parse(
          "{\"__field_21578\":{\"type\":\"EPiServer.Forms.Implementation.Elements.ParagraphTextElementBlock\",\"friendlyName\":\"What Solution Form Title \u0026 Description\",\"customBinding\":false},\"__field_20495\":{\"type\":\"EPiServer.Forms.Implementation.Elements.TextboxElementBlock\",\"friendlyName\":\"firstName\",\"customBinding\":false},\"__field_24383\":{\"type\":\"EPiServer.Forms.Implementation.Elements.TextboxElementBlock\",\"friendlyName\":\"lastName\",\"customBinding\":false},\"__field_24384\":{\"type\":\"EPiServer.Forms.Implementation.Elements.TextboxElementBlock\",\"friendlyName\":\"emailAddress\",\"customBinding\":false},\"__field_24381\":{\"type\":\"EPiServer.Forms.Implementation.Elements.TextboxElementBlock\",\"friendlyName\":\"busPhone\",\"customBinding\":false},\"__field_38898\":{\"type\":\"EPiServer.Forms.Implementation.Elements.TextboxElementBlock\",\"friendlyName\":\"zipPostal\",\"customBinding\":false},\"__field_24382\":{\"type\":\"EPiServer.Forms.Implementation.Elements.TextboxElementBlock\",\"friendlyName\":\"company\",\"customBinding\":false},\"__field_24386\":{\"type\":\"EPiServer.Forms.Implementation.Elements.TextboxElementBlock\",\"friendlyName\":\"title\",\"customBinding\":false},\"__field_41327\":{\"type\":\"RyderWebsite.Features.FormsBlocks.CustomDropdownField.CustomDropdownFieldBlock\",\"friendlyName\":\"sfid\",\"customBinding\":false},\"__field_24412\":{\"type\":\"EPiServer.Forms.Implementation.Elements.SubmitButtonElementBlock\",\"friendlyName\":\"Submit button\",\"customBinding\":false},\"__field_27147\":{\"type\":\"EPiServer.Forms.Implementation.Elements.ParagraphTextElementBlock\",\"friendlyName\":\"Generic Privacy Policy Disclaimer White Text - Shared Globally\",\"customBinding\":false}}"
          ),
        DataSubmitController: "/EPiServer.Forms/DataSubmit",
      };
      /// TECHNOTE: Calculation at FormInfo level, and these values will be static input for later processing.
      workingFormInfo.StepsInfo.FormHasNoStep_VirtualStepCreated = true; // this FLAG will be true, if Editor does not put any FormStep. Engine will create a virtual step, with empty GUID
      workingFormInfo.StepsInfo.FormHasNothing = false; // this FLAG will be true if FormContainer has no element at all
      workingFormInfo.StepsInfo.AllStepsAreNotLinked = true; // this FLAG will be true, if all steps all have contentLink= ="" (emptyString)
    })();
  </script>
  <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormGuid" value="e4da48a3-2f75-4971-b380-0bc8ce268699" data-f-type="hidden" autocomplete="off">
  <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormHostedPage" value="86" data-f-type="hidden" autocomplete="off">
  <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormLanguage" value="en-US" data-f-type="hidden" autocomplete="off">
  <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormCurrentStepIndex" value="0" data-f-type="hidden" autocomplete="off">
  <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormSubmissionId" value="" data-f-type="hidden" autocomplete="off">
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8NFp0IOs6dNLkKrjXAcuMufC-5wUzzxXlKK22A127xX7lkYmKo5GC3CUPfLadqDOsChzuw4TRPIZ6eZUPemYugqDyd1HQvQcs_xfGWNVM7S2TBzS7c3gUxnr0Gni63-9t3G5JieRRomzPgbg9cnuzoU">
  <div class="Form__Status">
    <div role="status" class="Form__Status__Message hide" data-f-form-statusmessage="">
    </div>
  </div>
  <div data-f-mainbody="" class="Form__MainBody">
    <section data-f-type="step" data-f-element-name="__field_" class="Form__Element FormStep Form__Element--NonData " data-f-stepindex="0" data-f-element-nondata="">
      <!-- Each FormStep groups the elements below it til the next FormStep -->
      <div class="row row-0">
        <div class="block paragraphtextelementblock  ">
          <div class="Form__Element FormParagraphText Form__Element--NonData" data-f-element-name="__field_21578" data-f-element-nondata="">
            <div id="d071a272-2f7c-4de8-be27-2de103da39a1">
              <h2 class="Form__Title">Would you like to talk to us about your current business needs?</h2>
              <aside class="Form__Description">Simply fill in the form below and one of our Ryder experts will call you back shortly.</aside>
            </div>
            <div id="d071a272-2f7c-4de8-be27-2de103da39a1__OriginalText" class="Form__Original__ParagraphText">
              <h2 class="Form__Title">Would you like to talk to us about your current business needs?</h2>
              <aside class="Form__Description">Simply fill in the form below and one of our Ryder experts will call you back shortly.</aside>
            </div>
          </div>
        </div>
      </div>
      <div class="row row-1">
        <div class="block textboxelementblock col-lg-6 ">
          <div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_20495" data-f-type="textbox"> <label for="53255707-1408-40a8-a7bd-60d9c426c21e" class="Form__Element__Caption">First Name</label>
            <input data-ryder-field-name="firstName" name="__field_20495" id="53255707-1408-40a8-a7bd-60d9c426c21e" type="text" class="FormTextbox__Input" aria-describedby="__field_20495_desc" placeholder=""
              title="Please enter your &quot;First Name&quot; in this field using letters only." required="" aria-required="true" data-f-datainput="" aria-invalid="false" autocomplete="given-name">
            <span class="Form__Element__ValidationError" data-f-linked-name="__field_20495" data-f-validationerror="" id="__field_20495_desc" role="alert" style="display:none"></span>
          </div>
        </div>
        <div class="block textboxelementblock col-lg-6 ">
          <div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_24383" data-f-type="textbox"> <label for="3be88b71-bcdb-47bb-ad5d-78583af993f3" class="Form__Element__Caption">Last Name</label>
            <input data-ryder-field-name="lastName" name="__field_24383" id="3be88b71-bcdb-47bb-ad5d-78583af993f3" type="text" class="FormTextbox__Input" aria-describedby="__field_24383_desc" placeholder=""
              title="Please enter your &quot;Last Name&quot; in this field using letters only." required="" aria-required="true" data-f-datainput="" aria-invalid="false" autocomplete="family-name">
            <span class="Form__Element__ValidationError" data-f-linked-name="__field_24383" data-f-validationerror="" id="__field_24383_desc" role="alert" style="display:none"></span>
          </div>
        </div>
      </div>
      <div class="row row-2">
        <div class="block textboxelementblock col-lg-6 ">
          <div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_24384" data-f-type="textbox"> <label for="ee733c8a-f6f8-478f-9638-30898bdcb357" class="Form__Element__Caption">Email Address</label>
            <input data-ryder-field-name="emailAddress" name="__field_24384" id="ee733c8a-f6f8-478f-9638-30898bdcb357" type="text" class="FormTextbox__Input" aria-describedby="__field_24384_desc" placeholder=""
              title="Please enter a valid &quot;Email Address&quot; in this field. (yourname@company.com)" required="" aria-required="true" data-f-datainput="" aria-invalid="false" autocomplete="off">
            <span class="Form__Element__ValidationError" data-f-linked-name="__field_24384" data-f-validationerror="" id="__field_24384_desc" role="alert" style="display:none"></span>
          </div>
        </div>
        <div class="block textboxelementblock col-lg-3 ">
          <div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_24381" data-f-type="textbox"> <label for="1b9ecbaa-b286-42ab-a740-b58d53ea2b95" class="Form__Element__Caption">Phone</label>
            <input data-ryder-field-name="busPhone" name="__field_24381" id="1b9ecbaa-b286-42ab-a740-b58d53ea2b95" type="text" class="FormTextbox__Input" aria-describedby="__field_24381_desc" placeholder=""
              title="Please enter a valid &quot;Phone&quot; in this field. Please format your phone number without dashes, ex. 1112223333" required="" aria-required="true" data-f-datainput="" aria-invalid="false" autocomplete="off">
            <span class="Form__Element__ValidationError" data-f-linked-name="__field_24381" data-f-validationerror="" id="__field_24381_desc" role="alert" style="display:none"></span>
          </div>
        </div>
        <div class="block textboxelementblock col-lg-3 ">
          <div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_38898" data-f-type="textbox"> <label for="a0c77390-4c31-4fe0-ae4b-fb0cb5cc65d8" class="Form__Element__Caption">ZIP</label>
            <input data-ryder-field-name="zipPostal" name="__field_38898" id="a0c77390-4c31-4fe0-ae4b-fb0cb5cc65d8" type="text" class="FormTextbox__Input" aria-describedby="__field_38898_desc" placeholder=""
              title="Please enter a valid &quot;ZIP&quot; in this field. Please use a United States 5-digit Postal Code, ex. 12345" required="" aria-required="true" data-f-datainput="" aria-invalid="false" autocomplete="postal-code">
            <span class="Form__Element__ValidationError" data-f-linked-name="__field_38898" data-f-validationerror="" id="__field_38898_desc" role="alert" style="display:none"></span>
          </div>
        </div>
      </div>
      <div class="row row-3">
        <div class="block textboxelementblock col-lg-6 ">
          <div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_24382" data-f-type="textbox"> <label for="d08e491e-f488-4469-9bf0-c6ea5454c2d6" class="Form__Element__Caption">Company</label>
            <input data-ryder-field-name="company" name="__field_24382" id="d08e491e-f488-4469-9bf0-c6ea5454c2d6" type="text" class="FormTextbox__Input" aria-describedby="__field_24382_desc" placeholder=""
              title="Please enter a valid &quot;Company&quot; in this field. " required="" aria-required="true" data-f-datainput="" aria-invalid="false" autocomplete="off">
            <span class="Form__Element__ValidationError" data-f-linked-name="__field_24382" data-f-validationerror="" id="__field_24382_desc" role="alert" style="display:none"></span>
          </div>
        </div>
        <div class="block textboxelementblock col-lg-6 ">
          <div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_24386" data-f-type="textbox"> <label for="0654a04a-dfd2-49c2-9310-a15e6f0e2749" class="Form__Element__Caption">Title</label>
            <input data-ryder-field-name="title" name="__field_24386" id="0654a04a-dfd2-49c2-9310-a15e6f0e2749" type="text" class="FormTextbox__Input" aria-describedby="__field_24386_desc" placeholder=""
              title="Please enter a valid &quot;Title&quot; in this field. " required="" aria-required="true" data-f-datainput="" aria-invalid="false" autocomplete="off">
            <span class="Form__Element__ValidationError" data-f-linked-name="__field_24386" data-f-validationerror="" id="__field_24386_desc" role="alert" style="display:none"></span>
          </div>
        </div>
      </div>
      <div class="row row-4">
        <div class="block customdropdownfieldblock  ">
          <div class="Form__Element FormSelection ValidationRequired" data-f-element-name="__field_41327" data-f-type="selection"> <select data-ryder-field-name="sfid" name="__field_41327" id="dac8384b-806b-4695-89e9-61496e4aabd5" required=""
              aria-required="true" data-f-datainput="" aria-describedby="__field_41327_desc" aria-invalid="false" autocomplete="off">
              <option selected="&quot;selected&quot;" value=""> Service of Interest </option>
              <option value="701Qp00000DdslpIAB" data-f-datainput="">Warehousing - Dedicated</option>
              <option value="701Qp00000DdtA1IAJ" data-f-datainput="">Warehousing - Shared</option>
              <option value="701Qp00000DdlHKIAZ" data-f-datainput="">Warehousing - Short Term</option>
              <option value="701Qp00000DdqTuIAJ" data-f-datainput="">Warehousing - Refrigerated / Frozen</option>
              <option value="701Qp00000DdGeyIAF" data-f-datainput="">Transportation - Dedicated</option>
              <option value="701Qp00000DdsdlIAB" data-f-datainput="">Transportation - Transportation Management</option>
              <option value="7014X000002SE1dQAG" data-f-datainput="">Transportation - Freight Brokerage</option>
              <option value="701Qp00000HyVgfIAF" data-f-datainput="">Transportation - Inbound and/or Outbound</option>
              <option value="7014X000002SE1JQAW" data-f-datainput="">Fulfillment - E-commerce</option>
              <option value="701Qp00000DdsIoIAJ" data-f-datainput="">Fulfillment - Retail</option>
              <option value="701Qp00000DdmzoIAB" data-f-datainput="">Fulfillment - Wholesale</option>
              <option value="7014X000002SE1OQAW" data-f-datainput="">Last Mile Delivery</option>
              <option value="701Qp00000DdU1xIAF" data-f-datainput="">Sign Up to be a Carrier</option>
              <option value="7016Q000001TtXKQA0" data-f-datainput="">Lease &amp; Maintenance</option>
              <option value="7016Q000001TtXUQA0" data-f-datainput="">Used Trucks</option>
              <option value="7016Q000001TtXPQA0" data-f-datainput="">Rent Trucks</option>
              <option value="7014X000002SE1TQAW" data-f-datainput="">Other</option>
            </select>
            <div style="display: block">
              <div class="custom-select" tabindex="0">
                <span class="custom-select__label"> Service of Interest </span>
                <span class="custom-select__value"></span>
                <span class="custom-select__arrow"><i class="icon chevron-down"></i></span>
              </div>
              <div class="custom-select--dropdown">
                <ul>
                  <li value="701Qp00000DdslpIAB">Warehousing - Dedicated</li>
                  <li value="701Qp00000DdtA1IAJ">Warehousing - Shared</li>
                  <li value="701Qp00000DdlHKIAZ">Warehousing - Short Term</li>
                  <li value="701Qp00000DdqTuIAJ">Warehousing - Refrigerated / Frozen</li>
                  <li value="701Qp00000DdGeyIAF">Transportation - Dedicated</li>
                  <li value="701Qp00000DdsdlIAB">Transportation - Transportation Management</li>
                  <li value="7014X000002SE1dQAG">Transportation - Freight Brokerage</li>
                  <li value="701Qp00000HyVgfIAF">Transportation - Inbound and/or Outbound</li>
                  <li value="7014X000002SE1JQAW">Fulfillment - E-commerce</li>
                  <li value="701Qp00000DdsIoIAJ">Fulfillment - Retail</li>
                  <li value="701Qp00000DdmzoIAB">Fulfillment - Wholesale</li>
                  <li value="7014X000002SE1OQAW">Last Mile Delivery</li>
                  <li value="701Qp00000DdU1xIAF">Sign Up to be a Carrier</li>
                  <li value="7016Q000001TtXKQA0">Lease &amp; Maintenance</li>
                  <li value="7016Q000001TtXUQA0">Used Trucks</li>
                  <li value="7016Q000001TtXPQA0">Rent Trucks</li>
                  <li value="7014X000002SE1TQAW">Other</li>
                </ul>
              </div>
            </div>
            <span class="Form__Element__ValidationError" data-f-linked-name="__field_41327" data-f-validationerror="" id="__field_41327_desc" role="alert" style="display:none"></span>
          </div>
        </div>
      </div>
      <div class="row row-5">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="currentPromo" type="hidden" data-f-type="hidden" id="f07a312b-d289-4856-864a-e72d5bba344d" name="__field_27967">
        </div>
      </div>
      <div class="row row-6">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="msclkid" type="hidden" data-f-type="hidden" id="84e845e4-3beb-4168-877c-4c711b39a0cb" name="__field_35496">
        </div>
      </div>
      <div class="row row-7">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="utm_id" type="hidden" data-f-type="hidden" id="f32235cf-67f3-49a4-a2ed-72eb649008b3" name="__field_21555">
        </div>
      </div>
      <div class="row row-8">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="utm_source" type="hidden" data-f-type="hidden" id="72d13f38-7ea7-416f-9989-19bf7c0349b3" name="__field_21541">
        </div>
      </div>
      <div class="row row-9">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="utm_medium" type="hidden" data-f-type="hidden" id="dabe5669-cb4f-41ff-acd9-065cc7d369bb" name="__field_21542">
        </div>
      </div>
      <div class="row row-10">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="utm_campaign" type="hidden" data-f-type="hidden" id="4406853b-2ef1-442e-9ceb-fa4aad021703" name="__field_21543">
        </div>
      </div>
      <div class="row row-11">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="utm_content" type="hidden" data-f-type="hidden" id="85ef286c-c5ee-40c4-a207-47b372c6bdbb" name="__field_21544">
        </div>
      </div>
      <div class="row row-12">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="utm_term" type="hidden" data-f-type="hidden" id="7e30b42b-392f-4337-a054-38b8e8da26b5" name="__field_21545">
        </div>
      </div>
      <div class="row row-13">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="utm_device" type="hidden" data-f-type="hidden" id="bad5ec82-af10-479d-8860-97c0a8e7da77" name="__field_21576">
        </div>
      </div>
      <div class="row row-14">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="gclid" type="hidden" data-f-type="hidden" id="cfaacbab-4465-455b-94bf-3b85950478d8" name="__field_21546">
        </div>
      </div>
      <div class="row row-15">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="ILANDPAGE" type="hidden" data-f-type="hidden" id="9e5a79f2-344b-409a-8e31-4558bdb98baf" name="__field_21548" value="https://www.ryder.com/en-us">
        </div>
      </div>
      <div class="row row-16">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="LREFERRER" type="hidden" data-f-type="hidden" id="6793b620-2af6-42a2-8d6a-254e8b38ec2a" name="__field_21549">
        </div>
      </div>
      <div class="row row-17">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="IREFERRER" type="hidden" data-f-type="hidden" id="d4248164-07ac-432c-b4be-f409cc28621f" name="__field_21579">
        </div>
      </div>
      <div class="row row-18">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="EngagementType" type="hidden" data-f-type="hidden" id="0ecccc2d-b0dd-44e3-9637-5bc2667ea284" name="__field_21571" value="ContactMe">
        </div>
      </div>
      <div class="row row-19">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="Visits" type="hidden" data-f-type="hidden" id="03152f41-fde0-4a19-b8ba-d6f5be0ac793" name="__field_21551">
        </div>
      </div>
      <div class="row row-20">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="SFInstance" type="hidden" data-f-type="hidden" id="1950a61f-f743-4df9-b70e-200380c72329" name="__field_21575" value="SCS">
        </div>
      </div>
      <div class="row row-21">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="LOB" type="hidden" data-f-type="hidden" id="e146912d-7eda-4f44-97e1-59a0657862fb" name="__field_21574">
        </div>
      </div>
      <div class="row row-22">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="formpageURL" type="hidden" data-f-type="hidden" id="4a8f8bf3-7e21-4a0b-8679-df20e341bf2d" name="__field_21573" value="https://www.ryder.com/en-us">
        </div>
      </div>
      <div class="row row-23">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="FormType" type="hidden" data-f-type="hidden" id="d006ec11-2c81-4efc-bd95-373442712585" name="__field_21561" value="InPage">
        </div>
      </div>
      <div class="row row-24">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="formId" type="hidden" data-f-type="hidden" id="e5d9a953-f96a-4423-b019-1f4e44035747" name="__field_21562" value="1941">
        </div>
      </div>
      <div class="row row-25">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="Disposable" type="hidden" data-f-type="hidden" id="5d90f0f5-507b-447f-88e3-ee64a61a93e9" name="__field_21582">
        </div>
      </div>
      <div class="row row-26">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="BriteVerify-Status" type="hidden" data-f-type="hidden" id="bbed1730-2eeb-45b2-9ba0-0b6121c8054f" name="__field_21580">
        </div>
      </div>
      <div class="row row-27">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="Role_Address" type="hidden" data-f-type="hidden" id="52fd8d06-7513-44d5-8d9f-9156d1163a1a" name="__field_21581">
        </div>
      </div>
      <div class="row row-28">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="GUID" type="hidden" data-f-type="hidden" id="6b9f598a-c8d1-452f-8ef5-50dcae60dc01" name="__field_40467">
        </div>
      </div>
      <div class="row row-29">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="elqCustomerGUID" type="hidden" data-f-type="hidden" id="0bf3327d-6c54-42b9-8c43-a8232d752c46" name="__field_41492">
        </div>
      </div>
      <div class="row row-30">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="optimizely_experimentation" type="hidden" data-f-type="hidden" id="cf7a4cfc-d83f-403e-b860-6a16946b3374" name="__field_43278" value="No Data Found">
        </div>
      </div>
      <div class="row row-31">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="elqCookieWrite" type="hidden" data-f-type="hidden" id="e9f9f4f9-973d-40c7-85b2-fb22c98f1e42" name="__field_41493">
        </div>
      </div>
      <div class="row row-32">
        <div class="block advancedhiddenfieldblock  ">
          <input data-ryder-field-name="Language-Country" type="hidden" data-f-type="hidden" id="ff16fe7f-7b8e-48d3-9961-b3c379a738c9" name="__field_23895" value="en-us">
        </div>
      </div>
      <div class="row row-33">
        <div class="block predefinedhiddenelementblock  ">
          <input data-ryder-field-name="cms-form-name" name="__field_21963" id="cbaa96f8-2c51-47b9-a7a2-599c3ad1ed24" type="hidden" value="2023 What Solution Form (1941) InPage - US" class="Form__Element FormHidden FormHideInSummarized"
            data-f-type="hidden">
        </div>
      </div>
      <div class="row row-34 btn-submit-wrapper">
        <div class="block submitbuttonelementblock  ">
          <button id="eab5d176-3e37-433c-b794-282aee75f563" data-ryder-field-name="Submit button" name="submit" type="submit" value="eab5d176-3e37-433c-b794-282aee75f563" data-f-is-finalized="false" data-f-is-progressive-submit="true"
            data-f-type="submitbutton" data-f-element-name="__field_24412" class="Form__Element FormExcludeDataRebind FormSubmitButton " disabled="true"> Submit</button>
        </div>
      </div>
      <div class="row row-35">
        <div class="block paragraphtextelementblock  ">
          <div class="Form__Element FormParagraphText Form__Element--NonData" data-f-element-name="__field_27147" data-f-element-nondata="">
            <div id="d0c51e92-4063-471c-8069-197da6eb886d">
              <p><span style="color: #ffffff;">We may use the information you provide to contact you about Ryder System, Inc. We do not share/sell your data. To learn more, view our
                  <a style="color: rgb(255, 255, 255);" href="/en-us/privacy-policy" target="_blank" rel="noopener">privacy policy</a>.</span></p>
            </div>
            <div id="d0c51e92-4063-471c-8069-197da6eb886d__OriginalText" class="Form__Original__ParagraphText">
              <p><span style="color: #ffffff;">We may use the information you provide to contact you about Ryder System, Inc. We do not share/sell your data. To learn more, view our
                  <a style="color: rgb(255, 255, 255);" href="/en-us/privacy-policy" target="_blank" rel="noopener">privacy policy</a>.</span></p>
            </div>
          </div>
        </div>
      </div>
    </section>
  </div>
</form>

Text Content

 * Logistics
 * E-commerce
 * Lease & Maintenance
 * Buy Used Trucks
 * Rent Trucks
 * All Ryder
 * Blogs

Select language from dropdown using arrow keys
 * en-US
 * es-MX
 * en-CA
 * fr-CA

US | English
 * US | English
 * MX | Spanish
 * CA | English
 * CA | French


Contact Us

Search All Ryder
Search All Ryder

Logistics
888-706-1243
 * Supply Chain Overview
 * Transportation Overview
 * E-commerce Fulfillment
 * Last Mile Overview
 * Industries Overview

Back to main menu
Track Last Mile Delivery
888-706-1243
Transportation Logistics
Back to main menu

 * Dedicated Transportation
 * Transportation Management
 * Freight Brokerage
 * Drayage
 * Cross Border

Warehousing & Distribution
Back to main menu

 * Overview
 * Warehouse Automation

Industries
Back to main menu

 * Automotive
 * Consumer Packaged Goods
 * Food & Beverage
 * Healthcare
 * Industrial
 * Oil & Gas
 * Retail
 * Technology

Last Mile Delivery
Back to main menu

 * Overview
 * RyderView
 * White Glove Delivery

Technology & Innovations
Back to main menu

 * Overview
 * Visibility & Collaboration
 * Business Intelligence
 * Advanced Vehicle Technology
 * RyderVentures

E-commerce
888-885-1958
 * E-commerce Fulfillment Overview
 * Fulfillment Centers
 * Fulfillment Platform

Back to main menu
Contact Sales
888-885-1958
E-commerce Fulfillment Services
Back to main menu

 * Inventory Management
 * Order Fulfillment
 * Shipping & Order Delivery
 * Returns Management
 * Value Added Services

Partners
Back to main menu

 * Become a Partner
 * Partner Directory

Industries
Back to main menu

 * Industries Overview

Insights
Back to main menu

 * Blogs & Other Content

Lease & Maintenance
855-785-5671
 * Leasing Overview
 * Maintenance Overview
 * Promotions
 * Locations

Back to main menu
Lease a Truck
855-785-5671
Technology
Back to main menu

 * Telematics
 * Connected Fleet
 * RyderElectric+

Vans
Back to main menu

 * All Vans
 * Sprinter
 * Electric

Trucks
Back to main menu

 * All Trucks
 * Box
 * Refrigerated Box
 * Straight
 * Refrigerated Straight
 * Stake

Semi Trucks
Back to main menu

 * All Semi Trucks
 * Single-Axle
 * Tandem-Axle Sleeper
 * Tandem-Axle

Trailers
Back to main menu

 * All Trailers
 * Flatbed
 * Dry Van
 * Refrigerated

Buy Used Trucks
855-643-7072
 * Used Vehicle Overview
 * Promotions
 * Locations

Back to main menu
Buy Trucks
855-643-7072
Used Vehicles Information
Back to main menu

 * Manufacturers
 * Finance
 * Frequently Asked Questions

Vans
Back to main menu

 * All Vans & Cars
 * Sprinter
 * Parcel
 * Cargo
 * Cars & Pick Ups

Trucks
Back to main menu

 * All Trucks
 * Box
 * Refrigerated
 * Flatbed
 * Stake
 * Cab & Chassis

Semi Trucks
Back to main menu

 * All Semi Trucks
 * Single-Axle Day Cab
 * Single-Axle Sleeper
 * Single-Axle Yard
 * Tandem-Axle Day Cab
 * Tandem-Axle Sleeper
 * Tandem-Axle Yard

Trailers
Back to main menu

 * All Trailers
 * Dry
 * Flatbed
 * Refrigerated
 * Converter Dollies

Rent Trucks
888-997-9337
 * Rent Trucks Overview
 * Promotions
 * Locations

Back to main menu
Reserve a Truck
888-997-9337
Rental Insights
Back to main menu

 * New Customer
 * Existing Customer
 * Electronic Logging Device
 * Frequently Asked Questions

Vans
Back to main menu

 * All Vans
 * Diesel Sprinter
 * Gas Cargo
 * Electric Cargo

Trucks
Back to main menu

 * All Trucks
 * Box
 * Refrigerated Box
 * Refrigerated Straight
 * Straight
 * Stake

Semi Trucks
Back to main menu

 * All Semi Trucks
 * Single-Axle
 * Tandem-Axle
 * Sleeper

Trailers
Back to main menu

 * All Trailers
 * Dry Van
 * Flatbed
 * Refrigerated

All Ryder
 * About Us
 * Careers
 * Locations
 * Insights
 * Newsroom
 * Customer Tools

Back to main menu
Contact Info
Logistics
888-706-1243
Back to main menu
Track Last Mile Delivery
888-706-1243
 * Supply Chain Overview
 * Warehousing & Distribution
 * Transportation Overview
 * Freight Brokerage
 * E-commerce Fulfillment
 * Last Mile Delivery
 * Industries Overview
 * Technology & Innovation

E-commerce
888-885-1958
Back to main menu
Contact Sales
888-885-1958
 * Overview
 * Fulfillment Platform
 * Inventory Management
 * Order Fulfillment
 * Shipping & Order Delivery
 * Returns Management

Lease & Maintenance
855-785-5671
Back to main menu
Lease a Truck
855-785-5671
 * Leasing Overview
 * Maintenance Overview
 * Maintenance Locations
 * Vans
 * Trucks
 * Semi Trucks
 * Trailers
 * Promotions

Buy Used Trucks
855-643-7072
Back to main menu
Buy Trucks
855-643-7072
 * Overview
 * Find Used Vehicles Locations
 * Vans & Cars
 * Trucks
 * Semi Trucks
 * Trailers
 * Promotions

Rent Trucks
888-997-9337
Back to main menu
Reserve a Truck
888-997-9337
 * Overview
 * Find Rental Locations
 * Vans
 * Trucks
 * Semi Trucks
 * Trailers
 * Promotions




SOLUTIONS TO PERFECT YOUR SUPPLY CHAIN

The most comprehensive, end-to-end supply chain and transportation solutions in
North America always customized to your needs and complete with the proprietary
technology and experienced workforce to perfect your operation.

Contact a Ryder Expert

Port-to-Door Solutions


ENGINEERED TO OVERCOME SUPPLY CHAIN CHALLENGES

Get a customized solution with the technology to power it, and the people to
operationalize it so you can maximize the flexibility, efficiency, and
sustainability of your supply chain.

SUPPLY CHAIN SOLUTIONS

Optimize every point in your supply chain journey from end to end.

Learn More
TRANSPORTATION SOLUTIONS

Guaranteed capacity, trucks, and drivers to move your freight.

Learn More
E-COMMERCE FULFILLMENT

Give your customers the experience they demand with advanced tech and delivery
capabilities.

Learn More
FLEET MANAGEMENT

Lower your total cost of ownership with a flexible lease and built-in
maintenance.

Learn More
NOT SURE OF WHAT YOU NEED?

We can help. Let’s find what’s best for your business needs.

Schedule a Consult
Supply Chain, Dedicated Transportation, and Fleet Management


EVERYONE NEEDS A CADDIE

Ryder recently expanded its relationship with PGA Tour Golfer Sam Ryder. The new
ad campaign builds on last year’s success, which introduced an affable,
enthusiastic Sam Ryder along with his encouraging, supportive agent who tries to
convince the golfer that Ryder didn’t just sponsor him because of his name. So,
Sam Ryder comes up with some marketing ideas for Ryder, writing amusing jingles,
sharing taglines, and brainstorming company event ideas. Building on that
premise, the first new ad to air in 2024 is entitled “Driver Caddie.” It
features Sam Ryder pitching the idea of providing caddies for Ryder Last Mile
deliveries to help navigate obstacles from curb to door, much like caddies help
golfers strategize their shots. There’s only one problem: Ryder would need to
hire about 10,000 caddies to accompany delivery drivers.



Supply Chain Solutions


NEARSHORING SOLUTIONS

As a leading 3PL provider in North America our fully-integrated solutions enable
you to seamlessly nearshore your operation through proven expertise in
warehousing, transportation, security, border crossing, and technology while
delivering enhanced optimization through control, visibility, and flexibility.


Learn More
Transportation Logistics


DEDICATED TRANSPORTATION SOLUTIONS

Get all the benefits and control of a private fleet without the hassles of
managing one, including our leading-edge technology platforms, driver
management, customized vehicles with the option for branding, fleet maintenance,
route optimization, and scheduling.


Learn More
Content Hub


NEWS & INDUSTRY INSIGHTS

Read the latest articles, press releases, and reports.

RYDER CEO TAKES MAIN STAGE AT ACT EXPO WITH KEYNOTE...

Ryder to exhibit during Expo, providing insights on electrifying commercial
fleets Ryder System, Inc. (NYSE...
Learn more
RYDER EXAMINES ECONOMIC IMPACTS OF CONVERTING TO...

Quantitative analysis compares total cost to transport goods by diesel versus
electric vehicles and weighs broader...
Learn more
CASE STUDY: RYDER AND PABST

Supply Chain Optimization
Learn more
DIESEL MAINTENANCE CHALLENGES

Evolving Fleet Operations
Learn more
INTERNATIONAL E-COMMERCE GROWTH

Shipping beyond borders
Learn more
Newsroom
Visit our Content


RYDER CHOICELEASE

Choose the commercial truck lease with built-in maintenance options that fits
your needs best. You also choose the terms, financing options, and safety
features.

Learn More


SLEEPER TRACTOR LEASE $1,999 PER MONTH

Get a 2020 sleeper tractor for just $1,999 with Ryder ChoiceLease On-Demand.
Minimum of 24 month lease, and opportunity for purchase at the end of lease.

Learn More



WOULD YOU LIKE TO TALK TO US ABOUT YOUR CURRENT BUSINESS NEEDS?

Simply fill in the form below and one of our Ryder experts will call you back
shortly.


WOULD YOU LIKE TO TALK TO US ABOUT YOUR CURRENT BUSINESS NEEDS?

Simply fill in the form below and one of our Ryder experts will call you back
shortly.
First Name
Last Name
Email Address
Phone
ZIP
Company
Title
Service of Interest Warehousing - Dedicated Warehousing - Shared Warehousing -
Short Term Warehousing - Refrigerated / Frozen Transportation - Dedicated
Transportation - Transportation Management Transportation - Freight Brokerage
Transportation - Inbound and/or Outbound Fulfillment - E-commerce Fulfillment -
Retail Fulfillment - Wholesale Last Mile Delivery Sign Up to be a Carrier Lease
& Maintenance Used Trucks Rent Trucks Other
Service of Interest
 * Warehousing - Dedicated
 * Warehousing - Shared
 * Warehousing - Short Term
 * Warehousing - Refrigerated / Frozen
 * Transportation - Dedicated
 * Transportation - Transportation Management
 * Transportation - Freight Brokerage
 * Transportation - Inbound and/or Outbound
 * Fulfillment - E-commerce
 * Fulfillment - Retail
 * Fulfillment - Wholesale
 * Last Mile Delivery
 * Sign Up to be a Carrier
 * Lease & Maintenance
 * Used Trucks
 * Rent Trucks
 * Other






























Submit

We may use the information you provide to contact you about Ryder System, Inc.
We do not share/sell your data. To learn more, view our privacy policy.

We may use the information you provide to contact you about Ryder System, Inc.
We do not share/sell your data. To learn more, view our privacy policy.


 * Insights
 * Investors
 * Suppliers
 * Carriers
 * Locations
 * Careers

US | English
 * US | English
 * MX | Spanish
 * CA | English
 * CA | French

 * Accessibility Statement
 * Privacy Policy
 * Terms of Use

© 1996 — 2024 Ryder System, Inc.
 * 
 * 
 * 
 * 
 * 

Enable accessibility mode.
Also of Interest
 * Used Trucks for Sale
 * Largest Reliable Commercial Truck Rental
 * SelectCare Truck Maintenance and Repair


You've activated accessibility mode.