www.countrydrs.com Open in urlscan Pro
12.148.217.37  Public Scan

Submitted URL: http://countrydrs.com/
Effective URL: https://www.countrydrs.com/
Submission: On May 11 via manual from BR — Scanned from DE

Form analysis 2 forms found in the DOM

Name: xFORMPOST /index.phtml#contact

<form name="xFORM" action="/index.phtml#contact" method="POST">
  <input type="hidden" name="xTASK" value="REQUEST">
  <p class="error-message"></p>
  <div class="grid col-2--tablet gap-x-2">
    <div>
      <label for="xNAME">Name</label>
      <input type="text" name="xNAME" id="xNAME" value="" required="">
    </div>
    <div>
      <label for="xEMAIL">Email</label>
      <input type="email" name="xEMAIL" id="xEMAIL" value="" required="" pattern="^[a-zA-Z0-9.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$">
    </div>
    <div>
      <label for="xPHONE">Phone</label>
      <input type="tel" name="xPHONE" id="xPHONE" value="" required="" maxlength="12" pattern="^[0-9]{3}-[0-9]{3}-[0-9]{4}$">
    </div>
    <div>
      <fieldset>
        <legend>Are you a new client?</legend>
        <input type="radio" name="xNEW_CUSTOMER" id="xNEW_CUSTOMER_YES" value="Yes" required="">
        <label for="xNEW_CUSTOMER_YES">Yes</label>
        <input type="radio" name="xNEW_CUSTOMER" id="xNEW_CUSTOMER_NO" value="No">
        <label for="xNEW_CUSTOMER_NO">No</label>
      </fieldset>
    </div>
  </div>
  <label for="xCOMMENTS">Comments</label>
  <textarea name="xCOMMENTS" id="xCOMMENTS" required=""></textarea>
  <div class="honey-wrapper">
    <input type="text" name="xWEBSITE" value="" tabindex="-1" autocomplete="off" aria-label="Website">
    <input type="text" name="xMESSAGE" value="09fa145a0ecd8433ff680312a2e50dc2" tabindex="-1" autocomplete="off" aria-label="Comments">
    <input type="hidden" name="xTIME" value="1683822864">
  </div>
  <input type="submit" class="button" value="Request an Appointment" aria-label="">
</form>

POST /index.phtml#client-registration

<form action="/index.phtml#client-registration" method="POST">
  <input type="hidden" name="xTASK" value="REGISTER">
  <h3>Client Information</h3>
  <div class="grid col-2--tablet gap-0 gap-2--tablet">
    <div>
      <label for="xCLIENT_NAME">Name</label>
      <input type="text" name="xCLIENT_NAME" id="xCLIENT_NAME" value="" required="">
      <label for="xCLIENT_EMAIL">Email</label>
      <input type="email" name="xCLIENT_EMAIL" id="xCLIENT_EMAIL" value="" required="" pattern="^[a-zA-Z0-9.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$">
    </div>
    <div>
      <label for="xCLIENT_ADDRESS">Address</label>
      <input type="text" name="xCLIENT_ADDRESS" id="xCLIENT_ADDRESS" value="" required="">
      <div class="address">
        <div>
          <label for="xCLIENT_CITY">City</label>
          <input type="text" name="xCLIENT_CITY" id="xCLIENT_CITY" value="" required="">
        </div>
        <div>
          <label for="xCLIENT_STATE">State</label>
          <input type="text" name="xCLIENT_STATE" id="xCLIENT_STATE" value="" required="">
        </div>
        <div>
          <label for="xCLIENT_ZIP">Zip</label>
          <input type="text" name="xCLIENT_ZIP" id="xCLIENT_ZIP" value="" required="">
        </div>
      </div>
    </div>
  </div>
  <div class="grid col-2--tablet gap-0 gap-2--tablet">
    <div>
      <label for="xCLIENT_PHONE">Phone</label>
      <input type="tel" name="xCLIENT_PHONE" id="xCLIENT_PHONE" value="" required="" maxlength="12" pattern="^[0-9]{3}-[0-9]{3}-[0-9]{4}$">
    </div>
    <div class="y-center-elements">
      <fieldset class="flex gap-1">
        <div>
          <legend>May we text you?</legend>
        </div>
        <div>
          <input type="radio" name="xCLIENT_MAY_WE_TEXT_YOU" id="xCLIENT_MAY_WE_TEXT_YOU_YES" value="Yes" required="">
          <label for="xCLIENT_MAY_WE_TEXT_YOU_YES">Yes</label>
        </div>
        <div>
          <input type="radio" name="xCLIENT_MAY_WE_TEXT_YOU" id="xCLIENT_MAY_WE_TEXT_YOU_NO" value="No">
          <label for="xCLIENT_MAY_WE_TEXT_YOU_NO">No</label>
        </div>
      </fieldset>
    </div>
  </div>
  <hr>
  <h3>Co-owner Information</h3>
  <div class="grid col-2--tablet gap-0 gap-2--tablet">
    <div>
      <label for="xCO_OWNER_NAME">Name</label>
      <input type="text" name="xCO_OWNER_NAME" id="xCO_OWNER_NAME" value="">
      <label for="xCO_OWNER_EMAIL">Email</label>
      <input type="email" name="xCO_OWNER_EMAIL" id="xCO_OWNER_EMAIL" value="" pattern="^[a-zA-Z0-9.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$">
    </div>
    <div>
      <label for="xCO_OWNER_ADDRESS">Address</label>
      <input type="text" name="xCO_OWNER_ADDRESS" id="xCO_OWNER_ADDRESS" value="">
      <div class="address">
        <div>
          <label for="xCO_OWNER_CITY">City</label>
          <input type="text" name="xCO_OWNER_CITY" id="xCO_OWNER_CITY" value="">
        </div>
        <div>
          <label for="xCO_OWNER_STATE">State</label>
          <input type="text" name="xCO_OWNER_STATE" id="xCO_OWNER_STATE" value="">
        </div>
        <div>
          <label for="xCO_OWNER_ZIP">Zip</label>
          <input type="text" name="xCO_OWNER_ZIP" id="xCO_OWNER_ZIP" value="">
        </div>
      </div>
    </div>
  </div>
  <div class="grid col-2--tablet gap-0 gap-2--tablet">
    <div>
      <label for="xCO_OWNER_PHONE">Phone</label>
      <input type="tel" name="xCO_OWNER_PHONE" id="xCO_OWNER_PHONE" value="" maxlength="12" pattern="^[0-9]{3}-[0-9]{3}-[0-9]{4}$">
    </div>
    <div class="y-center-elements">
      <fieldset class="flex gap-1">
        <div>
          <legend>May we text you?</legend>
        </div>
        <div>
          <input type="radio" name="xCO_OWNER_MAY_WE_TEXT_YOU" id="xCO_OWNER_MAY_WE_TEXT_YOU_YES" value="Yes">
          <label for="xCO_OWNER_MAY_WE_TEXT_YOU_YES">Yes</label>
        </div>
        <div>
          <input type="radio" name="xCO_OWNER_MAY_WE_TEXT_YOU" id="xCO_OWNER_MAY_WE_TEXT_YOU_NO" value="No">
          <label for="xCO_OWNER_MAY_WE_TEXT_YOU_NO">No</label>
        </div>
      </fieldset>
    </div>
  </div>
  <hr>
  <h3>Emergency Contact</h3>
  <div class="grid col-2--tablet gap-0 gap-2--tablet">
    <div>
      <label for="xEMERGENCY_CONTACT_NAME">Name</label>
      <input type="text" name="xEMERGENCY_CONTACT_NAME" id="xEMERGENCY_CONTACT_NAME" value="" required="">
      <label for="xEMERGENCY_CONTACT_PHONE">Phone</label>
      <input type="tel" name="xEMERGENCY_CONTACT_PHONE" id="xEMERGENCY_CONTACT_PHONE" value="" required="" maxlength="12" pattern="^[0-9]{3}-[0-9]{3}-[0-9]{4}$">
    </div>
    <div>
      <label for="xEMERGENCY_CONTACT_RELATIONSHIP">Relationship to Owner</label>
      <input type="text" name="xEMERGENCY_CONTACT_RELATIONSHIP" id="xEMERGENCY_CONTACT_RELATIONSHIP" value="">
    </div>
  </div>
  <hr>
  <h3>Pet Information</h3>
  <div class="pets">
    <div class="clone">
      <div class="grid col-2--tablet gap-0 gap-2--tablet">
        <div>
          <label for="xPET_NAME">Pet's Name</label>
          <input type="text" name="xPET_NAME" id="xPET_NAME">
          <div class="grid col-2 gap-1">
            <div>
              <label for="xPET_TYPE">Cat/Dog</label>
              <input type="text" name="xPET_TYPE" id="xPET_TYPE">
            </div>
            <div>
              <label for="xPET_BIRTH_DATE">Birth Date</label>
              <input type="date" name="xPET_BIRTH_DATE" id="xPET_BIRTH_DATE">
            </div>
          </div>
        </div>
        <div>
          <div class="grid col-2 gap-1">
            <div>
              <label for="xPET_BREED">Breed</label>
              <input type="text" name="xPET_BREED" id="xPET_BREED">
            </div>
            <div>
              <label for="xPET_COLOR">Color</label>
              <input type="text" name="xPET_COLOR" id="xPET_COLOR">
            </div>
          </div>
          <label for="xPET_MICROCHIP_NUMBER">Microchip #</label>
          <input type="text" name="xPET_MICROCHIP_NUMBER" id="xPET_MICROCHIP_NUMBER">
        </div>
      </div>
      <div class="grid col-2--phone gap-0 gap-1--phone gap-2--tablet">
        <div>
          <fieldset class="flex gap-1">
            <div>
              <legend>Sex:</legend>
            </div>
            <div>
              <input type="radio" name="xPET_SEX" id="xPET_SEX_MALE" value="Male">
              <label for="xPET_SEX_MALE">Male</label>
            </div>
            <div>
              <input type="radio" name="xPET_SEX" id="xPET_SEX_FEMALE" value="Female">
              <label for="xPET_SEX_FEMALE">Female</label>
            </div>
          </fieldset>
        </div>
        <div>
          <fieldset class="flex gap-1">
            <div>
              <legend>Altered:</legend>
            </div>
            <div>
              <input type="radio" name="xPET_ALTERED" id="xPET_ALTERED_YES" value="Yes">
              <label for="xPET_ALTERED_YES">Yes</label>
            </div>
            <div>
              <input type="radio" name="xPET_ALTERED" id="xPET_ALTERED_NO" value="No">
              <label for="xPET_ALTERED_NO">No</label>
            </div>
          </fieldset>
        </div>
      </div>
    </div>
  </div><button type="button" class="add-clone button">Add Pet</button>
  <hr>
  <div class="grid col-2--phone gap-1">
    <div>
      <label for="xPREVIOUS_VETERINARIAN">Previous Veterinary</label>
      <input type="text" name="xPREVIOUS_VETERINARIAN" id="xPREVIOUS_VETERINARIAN" value="">
    </div>
    <div>
      <fieldset>
        <legend>May we request health records?</legend>
        <input type="radio" name="xREQUEST_HEALTH_RECORDS" id="xREQUEST_HEALTH_RECORDS_YES" value="Yes">
        <label for="xREQUEST_HEALTH_RECORDS_YES">Yes</label>
        <input type="radio" name="xREQUEST_HEALTH_RECORDS" id="xREQUEST_HEALTH_RECORDS_NO" value="No">
        <label for="xREQUEST_HEALTH_RECORDS_NO">No</label>
      </fieldset>
    </div>
  </div>
  <fieldset>
    <legend>Do we have your permission to post photos of your pet(s) on social media?</legend>
    <input type="radio" name="xPERMISSION_TO_POST_PHOTOS" id="xPERMISSION_TO_POST_PHOTOS_YES" value="Yes">
    <label for="xPERMISSION_TO_POST_PHOTOS_YES">Yes</label>
    <input type="radio" name="xPERMISSION_TO_POST_PHOTOS" id="xPERMISSION_TO_POST_PHOTOS_NO" value="No">
    <label for="xPERMISSION_TO_POST_PHOTOS_NO">No</label>
  </fieldset>
  <hr>
  <p>I assume full responsibility for all charges incurred in the care for these animals. I understand that all fees are <strong>due in full</strong> at the time services are rendered.</p>
  <div class="grid col-2--phone gap-1">
    <div>
      <label for="xSIGNATURE">Client Signature</label>
      <input type="text" name="xSIGNATURE" id="xSIGNATURE" value="" required="">
    </div>
    <div>
      <label for="xSIGNATURE_DATE">Date</label>
      <input type="date" name="xSIGNATURE_DATE" id="xSIGNATURE_DATE" value="2023-05-11" required="">
    </div>
  </div>
  <div class="honey-wrapper">
    <input type="text" name="xWEBSITE" value="" tabindex="-1" autocomplete="off" aria-label="Website">
    <input type="text" name="xMESSAGE" value="09fa145a0ecd8433ff680312a2e50dc2" tabindex="-1" autocomplete="off" aria-label="Comments">
    <input type="hidden" name="xTIME" value="1683822864">
  </div>
  <input type="submit" class="button inline" value="Register" aria-label="">
</form>

Text Content

Skip to content
 * Our Clinic
 * Our Team
 * Request an Appointment
 * Patient Portal
 * Order Medications

 * Companion Animals
 * Equine
 * Bovine
 * Small Ruminants




VETERINARY SERVICESERVING LARGE AND SMALL ANIMALS
IN THE GREATER MENOMONIE AREA


FULL-SERVICE VETERINARY CLINIC

Our unique group of doctors allows us to provide a wide variety of high quality
veterinary services to many different species. We have companion animal, equine,
and farm animal veterinarians.

We are a full-service veterinary clinic offering in-house bloodwork, dentistry,
surgery, x-rays, and more. Our large animal veterinarians are prepared to offer
many of these services on house calls or farm calls. We can't wait to meet you
and your animals!

Take a tour of our clinic

Meet our team


ON-SITE FARM VETERINARY SERVICES

For large animal services, we offer herd healthcare, pregnancy assessments and
ultrasounds, reproduction services, vaccine protocols, health certificates,
emergency surgeries, castrations, dehorning, and much more. Whether you have
just a few animals or a large herd, we look forward to providing the care your
animals need.


COMPANION ANIMALS

Comprehensive veterinary care for your dog or cat.

Learn More



EQUINE

Excellent veterinary care for your horse at our clinic or your farm.

Learn More



BOVINE

Exceptional on-site veterinary care for your beef or dairy herd.

Learn More



SMALL RUMINANTS

Veterinary care for your goats, sheep, llamas, alpacas, pigs, etc.

Learn More


CONTACT US

715-235-8555 • info@countrydrs.com

--------------------------------------------------------------------------------

2502 Broadway St S• Menomonie, WI 54751

--------------------------------------------------------------------------------

Monday: 8 AM until 5 PM
Tuesday through Friday: 7 AM until 5 PM
Saturday: 8 AM until Noon

We provide 24-hour emergency service for farm animals. After hours emergency
service for cats and dogs is offered by Allied Emergency Veterinary Services in
Eau Claire. Please call 715-529-5900 for more information.


REVIEW US

We are honored to have you as our client and value what you have to say about
your experience with our Menomonie area veterinary clinic. Please share your
story:

--------------------------------------------------------------------------------


REQUEST AN APPOINTMENT

Name
Email
Phone
Are you a new client? Yes No
Comments


Copyright © 2023 Country Doctors • Website design and web hosting by First Net
Impressions, LLC.


YOU APPOINTMENT REQUEST HAS BEEN SENT!

Since you are a new customer, please fill out the following form.




CLIENT INFORMATION

Name Email
Address
City
State
Zip
Phone
May we text you?
Yes
No

--------------------------------------------------------------------------------


CO-OWNER INFORMATION

Name Email
Address
City
State
Zip
Phone
May we text you?
Yes
No

--------------------------------------------------------------------------------


EMERGENCY CONTACT

Name Phone
Relationship to Owner

--------------------------------------------------------------------------------


PET INFORMATION

Pet's Name
Cat/Dog
Birth Date
Breed
Color
Microchip #
Sex:
Male
Female
Altered:
Yes
No
Add Pet

--------------------------------------------------------------------------------

Previous Veterinary
May we request health records? Yes No
Do we have your permission to post photos of your pet(s) on social media? Yes No

--------------------------------------------------------------------------------

I assume full responsibility for all charges incurred in the care for these
animals. I understand that all fees are due in full at the time services are
rendered.

Client Signature
Date