quote.controlsdepot.com Open in urlscan Pro
172.105.16.168  Public Scan

URL: https://quote.controlsdepot.com/
Submission: On August 16 via automatic, source certstream-suspicious — Scanned from CA

Form analysis 1 forms found in the DOM

<form wire:submit.prevent="sendQuote">
  <div class="grid grid-cols-2 gap-4">
    <div class="form-group mb-6">
      <input wire:model="first_name" type="text" class="form-control
          block
          w-full
          px-3
          py-1.5
          text-base
          font-normal
          text-gray-400
          bg-gray-800 bg-clip-padding
          border border-solid border-gray-500           rounded
          transition
          ease-in-out
          m-0
          focus:text-blue-300 focus:bg-gray-900 focus:border-blue-300 focus:outline-none" id="first_name" aria-describedby="first_name" placeholder="First name">
    </div>
    <div class="form-group mb-6">
      <input wire:model="last_name" type="text" class="form-control
          block
          w-full
          px-3
          py-1.5
          text-base
          font-normal
          text-gray-400
          bg-gray-800 bg-clip-padding
          border border-solid border-gray-500           rounded
          transition
          ease-in-out
          m-0
          focus:text-blue-300 focus:bg-gray-900 focus:border-blue-300 focus:outline-none" id="last_name" aria-describedby="last_name" placeholder="Last name">
    </div>
  </div>
  <div class="grid grid-cols-2 gap-4">
    <div class="form-group mb-6">
      <input wire:model="email" type="email" class="form-control block
        w-full
        px-3
        py-1.5
        text-base
        font-normal
        text-gray-400
        bg-gray-800 bg-clip-padding
        border border-solid border-gray-500         rounded
        transition
        ease-in-out
        m-0
        focus:text-blue-300 focus:bg-gray-900 focus:border-blue-300 focus:outline-none" id="email" placeholder="Email">
    </div>
    <div class="form-group mb-6">
      <input wire:model="phone" type="tel" name="phone" class="form-control block
        w-full
        px-3
        py-1.5
        text-base
        font-normal
        text-gray-400
        bg-gray-800 bg-clip-padding
        border border-solid border-gray-500         rounded
        transition
        ease-in-out
        m-0
        focus:text-blue-300 focus:bg-gray-900 focus:border-blue-300 focus:outline-none" id="phone" placeholder="Phone #">
    </div>
  </div>
  <div class="grid grid-cols-2 gap-4">
    <div class="form-group mb-6">
      <input wire:model="company" name="company" type="text" class="form-control block
            w-full
            px-3
            py-1.5
            text-base
            font-normal
            text-gray-400
            bg-gray-800 bg-clip-padding
            border border-solid border-gray-500             rounded
            transition
            ease-in-out
            m-0
            focus:text-blue-300 focus:bg-gray-900 focus:border-blue-300 focus:outline-none" id="company" placeholder="Company">
    </div>
    <div class="form-group mb-6">
      <input wire:model="date" type="text" class="form-control block
            w-full
            px-3
            py-1.5
            text-base
            font-normal
            text-gray-400
            bg-gray-800 bg-clip-padding
            border border-solid border-gray-500             rounded
            transition
            ease-in-out
            m-0
            focus:text-blue-300 focus:bg-gray-900 focus:border-blue-300 focus:outline-none" id="date" placeholder="Due Date" onfocus="(this.type='date')">
    </div>
  </div>
  <div class="form-group form-check text-center mb-6">
    <div class="grid grid-cols-4">
      <div>
        <input type="checkbox" wire:model="consult" name="consult"
          class="form-check-input appearance-none h-4 w-4 border border-gray-300  rounded-sm checked:bg-blue-400 checked:border-blue-400 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain mr-2 cursor-pointer"
          id="consult">
        <label class="form-check-label block text-gray-400" for="consult">Consult</label>
      </div>
      <div>
        <input type="checkbox" wire:model="estimate" name="estimate"
          class="form-check-input appearance-none h-4 w-4 border border-gray-300  rounded-sm checked:bg-blue-400 checked:border-blue-400 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain mr-2 cursor-pointer"
          id="estimate">
        <label class="form-check-label block text-gray-400" for="estimate">Estimate</label>
      </div>
      <div>
        <input type="checkbox" wire:model="design" name="design"
          class="form-check-input appearance-none h-4 w-4 border border-gray-300  rounded-sm checked:bg-blue-400 checked:border-blue-400 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain mr-2 cursor-pointer"
          id="design">
        <label class="form-check-label block text-gray-400" for="design">Design</label>
      </div>
      <div>
        <input type="checkbox" wire:model="other" name="other"
          class="form-check-input appearance-none h-4 w-4 border border-gray-300  rounded-sm checked:bg-blue-400 checked:border-blue-400 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain mr-2 cursor-pointer"
          id="other">
        <label class="form-check-label block text-gray-400" for="other">Other</label>
      </div>
    </div>
  </div>
  <div class="form-group mb-6">
    <textarea wire:model="message" name="message" class="form-control
          block
          w-full
          px-3
          py-1.5
          text-base
          font-normal
          text-gray-400
          bg-gray-800 bg-clip-padding
          border border-solid border-gray-500           rounded
          transition
          ease-in-out
          m-0
          h-32
          focus:text-blue-300 focus:bg-gray-900 focus:border-blue-300 focus:outline-none" id="message" aria-describedby="message" placeholder="Comments"></textarea>
  </div>
  <div class="flex items-center justify-center w-full mb-2">
    <label class="flex flex-col w-full h-32 border border-dashed border-gray-500 hover:bg-gray-900 hover:border-blue-300">
      <div class="flex flex-col items-center justify-center pt-7">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-image w-12 h-12 text-gray-400 group-hover:text-gray-600"
          wire:loading.remove="wire:loading.remove" wire:target="file">
          <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
          <circle cx="8.5" cy="8.5" r="1.5"></circle>
          <polyline points="21 15 16 10 5 21"></polyline>
        </svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
          class="feather feather-loader w-12 h-12 text-gray-400 group-hover:text-gray-600" id="loader" wire:loading.inline="wire:loading.inline" wire:target="file">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
        <p class="pt-1 text-sm tracking-wider text-gray-400" wire:loading.remove="" wire:target="file"> Click to Upload Files </p>
        <p class="pt-1 text-sm tracking-wider text-gray-400" wire:loading.inline="" wire:target="file"> Uploading files... </p>
      </div>
      <input type="file" wire:model="file" class="opacity-0" multiple="">
    </label>
  </div>
  <button wire:loading.attr="disabled" wire:target="sendQuote,file" wire:loading.class="opacity-50 cursor-not-allowed" type="submit" class="
      w-full
       mt-6       px-6
      py-2.5
      bg-blue-500
      text-white
      font-medium
      text-xs
      leading-tight
      uppercase
      rounded
      shadow-md
      hover:bg-blue-400 hover:shadow-lg
      focus:bg-blue-400 focus:shadow-lg focus:outline-none focus:ring-0
      active:bg-blue-400 active:shadow-lg
      transition
      duration-150
      ease-in-out">Send Quote Request</button>
</form>

Text Content

Quote Request
Consult
Estimate
Design
Other


Click to Upload Files

Uploading files...

Send Quote Request
Copyright 2023 - Controls Depot Inc.