www.doorcounty.com Open in urlscan Pro
13.107.246.38  Public Scan

Submitted URL: http://www.doorcounty.com/care-for-door-county/pledge
Effective URL: https://www.doorcounty.com/care-for-door-county/pledge
Submission Tags: falconsandbox
Submission: On July 16 via api from US — Scanned from CA

Form analysis 1 forms found in the DOM

<form class="pledge-form__form js-pledge-form" id="pledge-form">
  <h2 class="text-center mb-7">Sign the Pledge</h2>
  <input type="hidden" id="source" name="source" value="Pledge">
  <div class="row justify-content-center g-0 px-1 px-md-0">
    <div class="col-md-11 col-xl-10">
      <div class="row align-items-center">
        <div class="col-md-6 pe-lg-5">
          <ul class="d-flex flex-column gap-3 list-unstyled mb-7">
            <li class="d-flex gap-2">
              <svg class="text-secondary flex-shrink-0 mt-1 me-1" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                <polyline points="20 6 9 17 4 12"></polyline>
              </svg>
              <p>
                <b>I will respect the water’s vast and unpredictable beauty</b><br> and practice water safety at all times
              </p>
            </li>
            <li class="d-flex gap-2">
              <svg class="text-secondary flex-shrink-0 mt-1 me-1" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                <polyline points="20 6 9 17 4 12"></polyline>
              </svg>
              <p>
                <b>I will honor the local culture and traditions</b><br> by exploring with an open heart and mind
              </p>
            </li>
            <li class="d-flex gap-2">
              <svg class="text-secondary flex-shrink-0 mt-1 me-1" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                <polyline points="20 6 9 17 4 12"></polyline>
              </svg>
              <p>
                <b>I will follow the trails and paths</b><br> letting only my mind wander
              </p>
            </li>
            <li class="d-flex gap-2">
              <svg class="text-secondary flex-shrink-0 mt-1 me-1" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                <polyline points="20 6 9 17 4 12"></polyline>
              </svg>
              <p>
                <b>I will discover my sense of wonder</b><br> while finding new and undiscovered places
              </p>
            </li>
            <li class="d-flex gap-2">
              <svg class="text-secondary flex-shrink-0 mt-1 me-1" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                <polyline points="20 6 9 17 4 12"></polyline>
              </svg>
              <p>
                <b>I will embrace nature’s wild spirit</b><br> leaving it perfectly unchanged
              </p>
            </li>
            <li class="d-flex gap-2">
              <svg class="text-secondary flex-shrink-0 mt-1 me-1" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                <polyline points="20 6 9 17 4 12"></polyline>
              </svg>
              <p>
                <b>I will do my part to preserve, protect, and care for Door County, always.</b>
              </p>
            </li>
          </ul>
        </div>
        <div class="col-md-6">
          <div class="mb-5">
            <label for="pledgeFirstName" class="visually-hidden">First Name</label>
            <input id="pledgeFirstName" name="FirstName" type="text" class="form-control" placeholder="First Name*" required="">
          </div>
          <div class="mb-5">
            <label for="pledgeLastName" class="visually-hidden">Last Name</label>
            <input id="pledgeLastName" name="LastName" type="text" class="form-control" placeholder="Last Name*" required="">
          </div>
          <div class="mb-5">
            <label for="pledgeEmail" class="visually-hidden">Email</label>
            <input id="pledgeEmail" name="Email" type="email" class="form-control" placeholder="Email Address">
          </div>
          <div class="mb-5">
            <label for="pledgeZip" class="visually-hidden">Zip Code</label>
            <input id="pledgeZip" name="Zip" type="text" class="form-control" placeholder="Zip Code*" required="">
          </div>
          <div class="position-absolute" style="z-index:-1;width:0;height:0;opacity:0">
            <label for="favoriteSeason">Favorite Season</label>
            <input id="favoriteSeason" name="ConfirmEmail" type="text" tabindex="-1">
          </div>
        </div>
      </div>
      <div class="signature-pad mb-5">
        <span class="signature-pad__placeholder js-signature-placeholder">
          <span class="js-signature-placeholder-text">Draw your name here</span>
        </span>
        <canvas class="js-signature" width="952" height="104" style="touch-action: none; user-select: none;"></canvas>
      </div>
      <div class="mb-5">
        <div class="d-flex align-items-start mb-2">
          <input type="checkbox" id="pledgeSubscribe" name="SubscribePledge" class="mt-1 me-2">
          <label for="pledgeSubscribe">Sign up to receive information about Door County’s ongoing sustainability efforts. You may unsubscribe at any time.</label>
        </div>
        <div class="d-flex align-items-start mb-2">
          <input type="checkbox" id="newsletterSubscribe" name="SubscribeNewsletter" class="mt-1 me-2">
          <label for="newsletterSubscribe">Sign up for the Door County newsletter to get monthly trip ideas and inspiration. You may unsubscribe at any time.</label>
        </div>
      </div>
      <div class="text-center">
        <p><button class="btn btn-primary" type="submit">Sign the Pledge</button></p>
        <p id="pledge-form-error" class="text-center fw-bold" style="display:none;color:#c00"> Something went wrong. Please try again. </p> *Required field
      </div>
    </div>
  </div>
</form>

Text Content

Skip to content

Care for Door County
 * The Pledge
 * Leave No Trace
 * Sustainability Initiatives
 * Voluntourism
 * Resources
 * Sign the Pledge




DOOR COUNTY PLEDGE

Door County is a truly special place. Its peaceful beauty and cultural heritage
are what draw so many adventurous spirits to this place we call home. It is in
our nature and wholesome midwestern genes to share what we love with others.
Watch the Video
Sign the Pledge Now


READY TO SIGN THE PLEDGE?

Sign the Pledge Now


I WILL RESPECT THE WATER’S VAST AND UNPREDICTABLE BEAUTY

and practice water safety at all times

What’s at stake?


CLEAN AND ACCESSIBLE WATER

Door County is intrinsically tied to the waters of Lake Michigan. It defines who
we are and where we came from.

Please keep our waters clean and free from invasive species by practicing
responsible travel while you’re here.




I WILL HONOR THE LOCAL CULTURE AND TRADITIONS

by exploring with an open heart and mind

What’s at stake?


CULTURAL HERITAGE AND TRADITION

Door County is steeped in Scandinavian tradition and a deeply rooted maritime
culture. Many locals carry on these traditions and honor them every day—through
work, education, and offering visitor experiences.

While you explore and seek enrichment from the unique cultural assets of our
county, please be careful while interacting with historical landmarks and
attractions to ensure they remain for future generations to enjoy.




I WILL FOLLOW THE TRAILS AND PATHS

letting only my mind wander

What’s at stake?


DEGRADATION OF NATURAL ENVIRONMENT

As more and more people flock to the iconic, natural attractions in hopes of
capturing that Instagram-worthy photo, the threshold on the capacity of those
places is getting pushed to its limits.

Our environment is fragile, please travel with care so these places remain
intact for others to enjoy.




I WILL DISCOVER MY SENSE OF WONDER

while finding new and undiscovered places

What’s at stake?


QUALITY OF LIFE FOR RESIDENTS

We are a county with a year-round population of 28,000. We welcome almost 2.5
million visitors every year—many of whom visit May through October. We share our
home—where we live, work, and play—with you.

Please be respectful and courteous to our residents so they can continue to
enjoy living and working here as much as you love exploring.




I WILL EMBRACE NATURE’S WILD SPIRIT

leaving it perfectly unchanged

What’s at stake?


HABITAT AND QUALITY OF LIFE FOR FLORA AND FAUNA

The Door County peninsula and Washington Island are surrounded by the fresh
waters of Lake Michigan. With 300 miles of both rocky and sandy shoreline,
limestone cliffs, endless acres of cherry trees, and beautiful parks and
preserves brimming with flora and fauna, our home is truly a sight to behold.

We welcome you to come, enjoy and experience the wildness of Door County but
please do so with respect, care, and minimal impact.




I WILL DO MY PART TO PRESERVE, PROTECT, AND CARE FOR DOOR COUNTY, ALWAYS.

6,535 people have pledged to explore Door County responsibly.
Will you?




SIGN THE PLEDGE

 * I will respect the water’s vast and unpredictable beauty
   and practice water safety at all times

 * I will honor the local culture and traditions
   by exploring with an open heart and mind

 * I will follow the trails and paths
   letting only my mind wander

 * I will discover my sense of wonder
   while finding new and undiscovered places

 * I will embrace nature’s wild spirit
   leaving it perfectly unchanged

 * I will do my part to preserve, protect, and care for Door County, always.

First Name
Last Name
Email
Zip Code
Favorite Season
Draw your name here
Sign up to receive information about Door County’s ongoing sustainability
efforts. You may unsubscribe at any time.
Sign up for the Door County newsletter to get monthly trip ideas and
inspiration. You may unsubscribe at any time.

Sign the Pledge

Something went wrong. Please try again.

*Required field


THANKS FOR SIGNING THE PLEDGE!

Check your inbox for more information on how you can join the movement to Care
for Door County.


SHARE ON SOCIAL MEDIA

Facebook Twitter

Refresh signature form

Outdoor Ethics & Minimum Impact Practices

Door County
Leave No Trace 7 Principles

Get Involved

Voluntourism
Opportunities

What We’re Doing to Help

Sustainability
Initiatives


PARTNER RESOURCES

The assets in our toolkit are available to those looking to help spread the Care
for Door County message and movement. You will find assets meant to be used
digitally as well as some that can be printed for your own use.

View the Toolkit View the Toolkit


CARE FOR DOOR COUNTY TOOLKIT AGREEMENT

By accessing the toolkit, I agree to not alter, change, or customize the assets
in any way, including the addition or subtraction of logos, text, or images.

I understand and agree to these terms.

I Agree
Cancel
 * DoorCounty.com
 * |
 * Privacy Policy

 * 
 * 
 * 

✓
Thanks for sharing!
AddToAny
More…