shipping.inspiresolutions.com Open in urlscan Pro
13.225.214.52  Public Scan

URL: https://shipping.inspiresolutions.com/
Submission: On January 30 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form id="equipmentForm" onsubmit="submitToAPI(event)">
  <div class="mb-4">
    <label for="name" class="block text-sm font-medium text-gray-700">Name:</label>
    <input type="text" id="name" name="name" class="mt-1 block w-full p-3 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" required="" aria-label="Full name">
  </div>
  <div class="mb-4">
    <label for="locationCode" class="block text-sm font-medium text-gray-700">Location Code:</label>
    <input type="text" id="locationCode" name="locationCode" class="mt-1 block w-full p-3 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" required="">
  </div>
  <div class="mb-4">
    <label for="poNumber" class="block text-sm font-medium text-gray-700">PO #:</label>
    <input type="text" id="poNumber" name="poNumber" class="mt-1 block w-full p-3 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" required="">
  </div>
  <div class="mb-4">
    <label for="barcodes" class="block text-sm font-medium text-gray-700">Barcode:</label>
    <input type="text" id="barcodes" name="barcodes" class="mt-1 block w-full p-3 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" required="">
  </div>
  <div class="mb-4">
    <label for="condition" class="block text-sm font-medium text-gray-700">Was the product received in good condition?</label>
    <select id="condition" name="condition" class="mt-1 block w-full p-3 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" onchange="toggleConditionReport()" required="">
      <option value="yes">Yes</option>
      <option value="no">No</option>
    </select>
  </div>
  <div id="conditionReportSection" class="mb-4 hidden" style="display: none;">
    <p class="text-sm font-medium text-gray-700">Please provide details about the condition:</p>
    <textarea id="conditionDetails" name="conditionDetails" class="mt-1 block w-full p-3 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500"></textarea>
    <label for="conditionPhoto" class="block text-sm font-medium text-gray-700 mt-4">Attach a photo:</label>
    <input type="file" id="conditionPhoto" name="conditionPhoto" class="mt-1 block w-full p-3 border border-gray-300 rounded-md shadow-sm cursor-pointer focus:ring-blue-500 focus:border-blue-500" accept="image/*" capture="environment">
  </div>
  <input type="submit" value="Submit" class="w-full px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-700 focus:ring-opacity-50 cursor-pointer">
</form>

Text Content

EQUIPMENT CONFIRMATION FORM

Name:
Location Code:
PO #:
Barcode:
Was the product received in good condition? Yes No

Please provide details about the condition:

Attach a photo: