pestquotes.pages.dev Open in urlscan Pro
172.66.47.204  Public Scan

URL: https://pestquotes.pages.dev/
Submission: On June 25 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form action="" method="POST" enctype="multipart/form-data">
  <!-- Image Choice Question -->
  <div class="question-container">
    <div class="form-group" id="building">
      <p class="question">What type of building are you in?</p>
      <div class="image-choice-container">
        <label class="image-choice-option" id="wide-option">
          <input type="radio" name="building" value="commercial">
          <div class="choice-content">
            <img class="img-choice" src="https://boostr.uk/wp-content/uploads/2024/06/ukoffice.jpg" alt="Commercial">
            <div class="image-text">Commercial</div>
          </div>
        </label>
        <label class="image-choice-option" id="wide-option">
          <input type="radio" name="building" value="residential">
          <div class="choice-content">
            <img class="img-choice" src="https://boostr.uk/wp-content/uploads/2024/06/ukhome.jpg" alt="Residential">
            <div class="image-text">Residential</div>
          </div>
        </label>
      </div>
    </div>
    <!-- Business Type -->
    <div class="form-group" id="businesstype">
      <p class="question">What type of business do you operate?</p>
      <div class="text-choice-container">
        <label class="text-choice-option">
          <input type="radio" name="businessType" value="Hotel">
          <div class="text-choice">Hotel</div>
        </label>
        <label class="text-choice-option">
          <input type="radio" name="businessType" value="Commercial Offices">
          <div class="text-choice">Commercial Offices</div>
        </label>
        <label class="text-choice-option">
          <input type="radio" name="businessType" value="Warehouse">
          <div class="text-choice">Warehouse</div>
        </label>
        <label class="text-choice-option">
          <input type="radio" name="businessType" value="Food Production">
          <div class="text-choice">Food Production</div>
        </label>
        <label class="text-choice-option">
          <input type="radio" name="businessType" value="Restaurant">
          <div class="text-choice">Restaurant</div>
        </label>
        <label class="text-choice-option">
          <input type="radio" name="businessType" value="Other">
          <div class="text-choice">Other</div>
        </label>
      </div>
    </div>
    <div class="form-group" id="pestproblem">
      <p class="question">What kind of pest?</p>
      <div class="text-choice-container">
        <label class="filter-choice-option">
          <input type="radio" name="pestType" value="crawlingInsects">
          <div class="filter-choice">Insects</div>
        </label>
        <label class="filter-choice-option">
          <input type="radio" name="pestType" value="Rodents">
          <div class="filter-choice">Mammals</div>
        </label>
        <label class="filter-choice-option">
          <input type="radio" name="pestType" value="pestBirds">
          <div class="filter-choice">Birds</div>
        </label>
      </div>
      <div class="pest-section" style="margin-top: 20px">
        <div class="image-choice-container-pests" id="pestSelection"><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="ants">
            <div class="choice-content">
              <img class="img-choice" src="https://today.uconn.edu/wp-content/uploads/2023/06/AdobeStock_583294296-scaled.jpeg" alt="Ants">
              <div class="image-text">Ants</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="bed_bugs">
            <div class="choice-content">
              <img class="img-choice" src="https://www.planetnatural.com/wp-content/uploads/2023/03/bed-bugs-in-mattress.jpg" alt="Bedbugs">
              <div class="image-text">Bedbugs</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="Biting Insects">
            <div class="choice-content">
              <img class="img-choice" src="https://www.terminatepest.co.uk/wp-content/uploads/2023/10/Mosquito-Bite-1024x641.jpg" alt="Ants">
              <div class="image-text">Biting Insects</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="carpet_beetles">
            <div class="choice-content">
              <img class="img-choice" src="https://static.safeguardeurope.com/articles/nope/Carpet-Beetles/Carpet-Beetle-Featured-2.png" alt="Carpet Beetles">
              <div class="image-text">Carpet Beetles</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="cockroaches">
            <div class="choice-content">
              <img class="img-choice" src="https://www.callnorthwest.com/wp-content/uploads/2022/07/Cockroaches.jpg" alt="Cockroaches">
              <div class="image-text">Cockroaches</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="fly">
            <div class="choice-content">
              <img class="img-choice" src="https://dynopest.co.uk/wp-content/uploads/2023/12/fly-control-1.jpg" alt="Flies">
              <div class="image-text">Flies</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="mosquito">
            <div class="choice-content">
              <img class="img-choice" src="https://www.empirepestcontrol.co.uk/wp-content/uploads/Anopheles-mosquito-feedin-008.jpg" alt="Mosquito">
              <div class="image-text">Mosquito</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="Moth">
            <div class="choice-content">
              <img class="img-choice" src="https://www.jgpestcontrol.co.uk/wp-content/uploads/2013/10/moths-cropped.jpg" alt="Moths">
              <div class="image-text">Moths</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="spi">
            <div class="choice-content">
              <img class="img-choice" src="https://www.planetnatural.com/wp-content/uploads/2023/03/bed-bugs-in-mattress.jpg" alt="Bedbugs">
              <div class="image-text">Storage Insects</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="Textile Pests">
            <div class="choice-content">
              <img class="img-choice" src="https://www.enviroguardpestcontrol.co.uk/app/uploads/2015/08/MiteTineola.jpg" alt="Ants">
              <div class="image-text">Textile Pests</div>
            </div>
          </label><label class="image-choice-option" style="display: flex;">
            <input type="radio" name="selectPest" class="crawlingInsects" value="wasp">
            <div class="choice-content">
              <img class="img-choice" src="https://www.jgpestcontrol.co.uk/wp-content/uploads/2016/02/wasp-nest.jpg" alt="Wasps">
              <div class="image-text">Wasps</div>
            </div>
          </label><label class="image-choice-option" style="display: none;">
            <input type="radio" name="selectPest" class="pestBirds" value="pigeons">
            <div class="choice-content">
              <img class="img-choice" src="https://images.squarespace-cdn.com/content/v1/5d1e89697b89200001381c53/1594210152416-LA0VN9OJ1VIVEZ1XJ8I6/pigeons-poisoned-ovocontrol-photo.jpg" alt="Pigeons">
              <div class="image-text">Pigeons</div>
            </div>
          </label><label class="image-choice-option" style="display: none;">
            <input type="radio" name="selectPest" class="pestBirds" value="seagulls">
            <div class="choice-content">
              <img class="img-choice" src="https://images.ctfassets.net/pjshm78m9jt4/44TNRaxdGnvC1s2UQcHYPq/514b7b0e6ce1b8d0da79fd4c12b44e87/PA-54095219.jpg?fm=jpg&amp;fit=fill&amp;w=1600&amp;q=80" alt="Seagulls">
              <div class="image-text">Seagulls</div>
            </div>
          </label><label class="image-choice-option" style="display: none;">
            <input type="radio" name="selectPest" class="Rodents" value="Foxes">
            <div class="choice-content">
              <img class="img-choice" src="https://dynopest.co.uk/wp-content/uploads/2023/12/fox-control-london.jpg" alt="Foxes">
              <div class="image-text">Foxes</div>
            </div>
          </label><label class="image-choice-option" style="display: none;">
            <input type="radio" name="selectPest" class="Rodents" value="Mice">
            <div class="choice-content">
              <img class="img-choice" src="https://mccarthypest.com/wp-content/uploads/2022/05/mice-control-missouri.jpg" alt="Mice">
              <div class="image-text">Mice</div>
            </div>
          </label><label class="image-choice-option" style="display: none;">
            <input type="radio" name="selectPest" class="Rodents" value="Rats">
            <div class="choice-content">
              <img class="img-choice" src="https://dynopest.co.uk/wp-content/uploads/2023/12/rat-control-services.jpg" alt="Rats">
              <div class="image-text">Rats</div>
            </div>
          </label><label class="image-choice-option" style="display: none;">
            <input type="radio" name="selectPest" class="Rodents" value="Squirrels">
            <div class="choice-content">
              <img class="img-choice" src="https://dynopest.co.uk/wp-content/uploads/2023/12/squirrel-control-london.jpg" alt="Squirrels">
              <div class="image-text">Squirrels</div>
            </div>
          </label></div>
      </div>
      <div class="buttonrow" id="quotebuttons" style="display: none;">
        <a class="lowerbutton" id="pestContinue"> CONTINUE </a>
      </div>
    </div>
    <!-- Time -->
    <div class="form-group" id="whichTime">
      <p class="question">How urgently do you need assistance?</p>
      <div class="text-choice-container">
        <label class="text-choice-option">
          <input type="radio" name="selectedTime" value="Emergency">
          <div class="text-choice">Emergency</div>
        </label>
        <label class="text-choice-option">
          <input type="radio" name="selectedTime" value="Tomorrow">
          <div class="text-choice">Tomorrow</div>
        </label>
        <label class="text-choice-option">
          <input type="radio" name="selectedTime" value="2-3days">
          <div class="text-choice">2-3 days</div>
        </label>
        <label class="text-choice-option">
          <input type="radio" name="selectedTime" value="Next 7-days">
          <div class="text-choice">Next 7-days</div>
        </label>
        <label class="text-choice-option">
          <input type="radio" name="selectedTime" value="Other">
          <div class="text-choice">Other</div>
        </label>
      </div>
    </div>
    <div class="form-group" id="photos">
      <p class="question">Please upload some photos</p>
      <!-- Hidden file input -->
      <input type="file" id="upload_imgs" name="upload_imgs[]" multiple="" accept="image/*" style="display: none">
      <!-- Custom trigger element -->
      <div class="imageselect" id="customTrigger">
        <svg width="40" height="40" viewBox="0 0 1.2 1.2" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M.1.3A.2.2 0 0 1 .3.1h.6a.2.2 0 0 1 .2.2v.6a.2.2 0 0 1-.2.2H.3A.2.2 0 0 1 .1.9V.3Z" stroke="#000" stroke-width=".1" stroke-linecap="round" stroke-linejoin="round"></path>
          <path stroke="#000" stroke-width=".1" stroke-linecap="round" stroke-linejoin="round"
            d="M.55.425A.125.125 0 0 1 .425.55.125.125 0 0 1 .3.425a.125.125 0 0 1 .25 0zm.176.206L.3 1.1h.607A.193.193 0 0 0 1.1.907V.9c0-.023-.009-.032-.025-.05L.873.63a.1.1 0 0 0-.148 0Z"></path>
        </svg>
        <div class="imageselecttext">Click here to add photos</div>
      </div>
      <p class="uploadinfo" id="uploadhelp"> You can add both existing photos or use your phone camera directly </p>
      <div class="quote-imgs-thumbs quote-imgs-thumbs--hidden" id="img_preview" aria-live="polite"></div>
      <div class="uploadbuttons">
        <button type="button" id="confirmphotos" class="confirmbutton"> CONFIRM PHOTOS </button>
        <button type="button" id="skipphotos" class="skipbutton"> SKIP </button>
      </div>
    </div>
    <div class="form-group textquestion" id="location">
      <p class="question">Where are you located?</p>
      <input type="text" class="form-control input200" id="postcode" name="postcode" placeholder="e.g. SW3 2JY" required="">
      <p class="questioninfo">Please enter your postcode</p>
      <div class="buttonrow" id="quotebuttons">
        <a class="lowerbutton" href="javascript:void(0);" onclick="toggleDiv();" id="requestquote">
                CONTINUE
              </a>
      </div>
    </div>
  </div>
  <!-- Contact Form Section -->
  <div class="contactrow" id="contact-row" style="
            background-image: url(https://dynopest.co.uk/wp-content/uploads/2022/09/ana-21-e1676473789517.jpg);
          ">
    <div class="contactform">
      <p class="question">Where shall we send your quote?</p>
      <div class="contactformbody" id="contactdetails">
        <input type="text" class="form-control half-w" id="firstName" name="first_name" placeholder="First Name" required="">
        <input type="text" class="form-control half-w" id="lastName" name="last_name" placeholder="Last Name" required="">
        <input type="email" class="form-control" id="email" name="email" placeholder="Email Address" required="">
        <input type="tel" class="form-control" id="phone" name="phone" placeholder="Best Phone Number" required="">
        <input type="text" class="form-control" id="company" name="company" placeholder="Company Name">
        <textarea id="notes" name="notes" class="form-control full-w" rows="4" placeholder="Please add any additional information about your pest problem"></textarea>
        <input type="text" style="
                  font-size: 6px;
                  margin-top: -15px;
                  background: transparent;
                  margin: -22px 0px 0px 0px;
                  line-height: 1em;
                  color: white;
                  width: 25px !important;
                  height: 10px;
                  padding: 0px !important;
                  border: 0px !important;
                  position: absolute;
                " id="uuid" name="uuid">
        <button type="submit" class="submitbutton full-w" id="submitButton"> REQUEST FREE QUOTE <i class="fi fi-rr-arrow-small-right submiticon"></i>
        </button>
      </div>
    </div>
  </div>
</form>

Text Content

What type of building are you in?

Commercial
Residential

What type of business do you operate?

Hotel
Commercial Offices
Warehouse
Food Production
Restaurant
Other

What kind of pest?

Insects
Mammals
Birds
Ants
Bedbugs
Biting Insects
Carpet Beetles
Cockroaches
Flies
Mosquito
Moths
Storage Insects
Textile Pests
Wasps
Pigeons
Seagulls
Foxes
Mice
Rats
Squirrels
CONTINUE

How urgently do you need assistance?

Emergency
Tomorrow
2-3 days
Next 7-days
Other

Please upload some photos

Click here to add photos

You can add both existing photos or use your phone camera directly


CONFIRM PHOTOS SKIP

Where are you located?

Please enter your postcode

CONTINUE

Where shall we send your quote?

REQUEST FREE QUOTE

Demo Quote Submitted

Please note: when this form is live, users will be redirected to a thank you
page where images can be uploaded. Additionally, customers will receive a
confirmation email + their data will be sent to you inbox and CRM.

EXAMPLE THANK YOU PAGE: