www.cancer.org Open in urlscan Pro
2620:1ec:29:1::45  Public Scan

Submitted URL: https://acs.informz.net/z/cjUucD9taT05MjIyNTE1JnA9MSZ1PTk2MDYwNDIwNCZsaT04NDg1MzcxMA/index.html
Effective URL: https://www.cancer.org/involved/fundraise/determination.html?utm_source=informz&utm_medium=email&utm_campaign=all&_zs=Q...
Submission: On May 30 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

/search.html

<form class="search" aria-label="search" role="search" action="/search.html">
  <div class="search-api-domain d-none">https://searchapi.cancer.org</div>
  <div class="form-group">
    <input type="text" class="form-control search-q" name="q" aria-label="Search" placeholder="How can we help you?" data-provide="typeahead" autocomplete="off" maxlength="250" title="Search">
    <!-- START: Default Button component -->
    <div class="button cancer-button medium-size primary-button search-submit default">
      <button class="cmp-button">
        <span class="cmp-button__text" aria-label="search">Search</span>
      </button>
    </div>
    <!-- END: Default Button component -->
    <img class="closeIcon" src="/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign/resources/images/Search Icon.png" alt="close icon" tabindex="0">
    <div class="flyout-search-suggestions">
      <ul role="menu"></ul>
    </div>
  </div>
</form>

/search.html

<form class="search" aria-label="search" role="search" action="/search.html">
  <div class="form-group">
    <input type="text" class="form-control search-q" name="q" aria-label="Search" placeholder="How can we help you?" data-provide="typeahead" autocomplete="off" maxlength="250" title="Search">
  </div>
  <div class="searchIconBox">
    <i class="fa-light fa-magnifying-glass searchIcon" aria-hidden="true">
                                </i>
  </div>
  <div class="closeIcon">
    <i class="fa-regular fa-xmark closeSearchBox" aria-hidden="true">
                                </i>
  </div>
  <div class="hamburger-search-suggestions">
    <ul role="menu"></ul>
  </div>
</form>

<form class="search-container-content">
  <div class="search-fields-container">
    <div class="search-field">
      <label for="searchkeyOfSearchByType">Keyword</label>
      <input type="text" id="searchkeyOfSearchByType" name="searchkey" maxlength="250">
    </div>
    <div class="search-field position-relative">
      <label for="locationOfSearchByType">Location</label>
      <input type="text" id="locationOfSearchByType" name="location">
      <div id="eventLoader" class="event-loader" style="display: none">
        <div class="spinner-border text-secondary" role="status">
          <span class="sr-only">Loading</span>
        </div>
      </div>
      <a href="#" class="link-wou my-location-text" id="currentLocationText" role="link" aria-label="Use my current location">Use my current location</a>
      <span class="my-location-text loc-error-msg" id="curentLocationError" style="display: none;">User denied the request for Geolocation. Please Enable the Location.</span>
      <span class="my-location-text loc-error-msg" id="invalidTypeLocationError" style="display: none;">Please enter a valid location.</span>
    </div>
    <div class="search-distance-field">
      <label for="distFilterOfSearchByType">Distance</label>
      <select name="dist" id="distFilterOfSearchByType" disabled="disabled">
        <option value="10">10 Miles</option>
        <option value="25">25 Miles</option>
        <option value="50">50 Miles</option>
        <option value="75">75 Miles</option>
        <option value="100">100 Miles</option>
        <option value="250">250 Miles</option>
        <option value="500">500 Miles</option>
      </select>
    </div>
    <div class="search-field date-icon-text">
      <label for="dateOfSearchByType">Date</label>
      <div class="input-group date">
        <input type="text" id="dateOfSearchByType" name="date" class="form-control datepicker" readonly="">
        <div class="input-group-addon">
          <span class="dateIcon"><i class="fa-regular fa-calendar"></i></span>
        </div>
      </div>
    </div>
  </div>
  <div class="search-buttons-container">
    <div class="button cancer-button medium-size primary-button search default">
      <button class="cmp-button">
        <span class="cmp-button__text" aria-label="Filter">Filter</span>
      </button>
    </div>
    <button class="clearfilter">Clear Filters</button>
  </div>
</form>

POST /involved/fundraise/determination/_jcr_content/root/main-container/content-container/section_14973210/container/contact_form.form.html

<form id="FormContactForm" role="form" method="POST" action="/involved/fundraise/determination/_jcr_content/root/main-container/content-container/section_14973210/container/contact_form.form.html" data-recaptcha="true" novalidate="">
  <input type="hidden" name=":redirect" value="/involved/fundraise/determination/thank-you.html">
  <input type="hidden" name="txt_ContactForm_Label">
  <div class="row">
    <div class="col-12 col-md-6 mb-3">
      <span class="input">
        <label class="control-label" for="txt_ContactForm_FirstName">
          <span class="input__label-content" data-content="First Name">First Name</span>
        </label>
        <input type="text" id="txt_ContactForm_FirstName" name="txt_ContactForm_FirstName" class="form-control" data-parsley-firstname="" maxlength="50" minlength="3" data-parsley-length-message="Please enter a valid First Name."
          data-parsley-errors-container="#FormContactForm .txt_ContactForm_FirstNameErrors" data-parsley-required-message="Please enter a valid First Name." required="">
        <i class="fa-solid fa-triangle-exclamation"></i>
        <div class="error-message txt_ContactForm_FirstNameErrors"></div>
      </span>
    </div>
    <div class="col-12 col-md-6 mb-3">
      <span class="input">
        <label class="control-label" for="txt_ContactForm_LastName">
          <span class="input__label-content" data-content="Last Name">Last Name</span>
        </label>
        <input type="text" id="txt_ContactForm_LastName" name="txt_ContactForm_LastName" class="form-control" data-parsley-lastname="" maxlength="50" minlength="3" data-parsley-length-message="Please enter a valid Last Name."
          data-parsley-errors-container="#FormContactForm .txt_ContactForm_LastNameErrors" data-parsley-required-message="Please enter a valid Last Name." required="">
        <i class="fa-solid fa-triangle-exclamation"></i>
        <div class="error-message txt_ContactForm_LastNameErrors"></div>
      </span>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-md-6 mb-3">
      <span class="input">
        <label class="control-label" for="txt_ContactForm_EmailAddress">
          <span class="input__label-content" data-content="Email Address">Email</span>
        </label>
        <input type="text" name="txt_ContactForm_EmailAddress" id="txt_ContactForm_EmailAddress" class="form-control" maxlength="250" data-parsley-emailvalidation="" data-parsley-errors-container="#FormContactForm .txt_ContactForm_EmailAddressErrors"
          data-parsley-type-message="Please enter a valid Email." data-parsley-required-message="Please enter a valid Email." required="">
        <i class="fa-solid fa-triangle-exclamation"></i>
        <div class="error-message txt_ContactForm_EmailAddressErrors"></div>
      </span>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-md-6 mb-3">
      <span class="input">
        <label class="control-label" for="txt_ContactForm_ZipCode">
          <span class="input__label-content" data-content="Zip Code">Zip Code</span>
        </label>
        <input type="number" pattern="[0-9]*" inputmode="numeric" style="-moz-appearance: textfield" id="txt_ContactForm_ZipCode" name="txt_ContactForm_ZipCode" class="form-control" minlength="5"
          oninput="if(this.value.length>=10) { this.value = this.value.slice(0,10); }" data-parsley-minlength-message="Please enter a valid Zip Code." data-parsley-errors-container="#FormContactForm .txt_ContactForm_ZipCode">
        <i class="fa-solid fa-triangle-exclamation"></i>
        <div class="error-message txt_ContactForm_ZipCode"></div>
      </span>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-md-6 mb-4">
      <div class="response-div" style="color:red; font-weight: bold;"></div>
      <div id="recaptcha_rcaptcha" class="g-recaptcha">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-s7ly6cxliyce" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Le8riUTAAAAAJzrs8kGvisTnwo0S2EvWbRLTEIZ&amp;co=aHR0cHM6Ly93d3cuY2FuY2VyLm9yZzo0NDM.&amp;hl=en&amp;v=DH3nyJMamEclyfe-nztbfV8S&amp;size=normal&amp;cb=x1z4qia3sfjw"
              data-gtm-yt-inspected-2448406_127="true"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" aria-label="recaptcha"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe data-gtm-yt-inspected-2448406_127="true" style="display: none;"></iframe>
      </div>
      <input type="hidden" value="true" id="recaptcha_recaptchaRequired" name="recaptchaRequired">
      <script>
        var RC2KEY = "6Le8riUTAAAAAJzrs8kGvisTnwo0S2EvWbRLTEIZ";
        var language = "en";
        var ACS = ACS || {};
        ACS.Lib = ACS.Lib || {};
        ACS.Lib.recaptcha = ACS.Lib.recaptcha || {};
        ACS.Config = ACS.Config || {};
        ACS.Config.Recaptcha = ACS.Config.Recaptcha || [];
        ACS.Config.Recaptcha.push('recaptcha');
        var iOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
        var iosRecaptchaFocus = function(response) {
          $("html, body").animate({
            scrollTop: $("#recaptcha_rcaptcha").offset().top - $('header').height()
          }, "fast");
        };

        function reCaptchaWidgetCallback() {
          if (ACS.Config.Recaptcha) {
            for (var i = 0; i < ACS.Config.Recaptcha.length; i++) {
              var token = ACS.Config.Recaptcha[i];
              grecaptcha.render(token + '_rcaptcha', {
                'sitekey': RC2KEY,
                'callback': ACS.Lib[token].reCaptchaVerify,
                'hl': language,
                'expired-callback': ACS.Lib[token].reCaptchaExpired
              });
            }
            //adding the aria label attribute to the textarea tag
            $("#g-recaptcha-response").attr("aria-label", "recaptcha");
          }
        }
        ACS.Lib.recaptcha.reCaptchaVerify = function(response) {
          if (iOS) {
            iosRecaptchaFocus();
          }
          if (response === document.querySelector('#recaptcha_rcaptcha .g-recaptcha-response').value) {
            $('#recaptcha_rcaptcha').closest('form').attr("data-recaptcha-valid", "true");
          }
        }
        ACS.Lib.recaptcha.reCaptchaExpired = function() {
          /* do something when it expires */
          $('#recaptcha_rcaptcha').closest('form').removeAttr("data-recaptcha-valid");
        }
      </script>
      <style type="text/css">
        @media (max-width: 480px) {
          .g-recaptcha {
            transform: scale(0.7);
            transform-origin: 0;
          }
        }

        @media (orientation: landscape) {
          .col-sm-4 form .g-recaptcha {
            transform: scale(0.7);
            transform-origin: 0;
          }
        }

        @media (min-width: 768px) and (max-width: 1024px) {
          .col-sm-4 form .g-recaptcha {
            transform: scale(0.6);
            transform-origin: 0;
          }
        }

        @media (min-width: 1024px) {
          .col-sm-4 form .g-recaptcha {
            transform: scale(0.8);
            transform-origin: 0;
          }
        }
      </style>
      <script src="https://www.google.com/recaptcha/api.js?onload=reCaptchaWidgetCallback&amp;render=explicit" async="" defer=""></script>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-md-6">
      <div class="signup-button">
        <div class="button cancer-button medium-size primary-button  default">
          <button type="submit" class="cmp-button">
            <span class="cmp-button__text" aria-label="sign-up">sign-up</span>
          </button>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" style="display: none;"><input name="filename" type="hidden"></form>

Text Content

Skip to main content
×

English
 * English

   Español

 * Esta página
 * Página inicial

   PDFs by language

 * Arabic (اللغة العربية)
 * Chinese (简体中文)
 * French (Français)
 * Haitian Creole (Kreyòl Ayisyen)
 * Hindi (जानकारी)
 * Korean (한국어)
 * Polish (język polski)
 * Portuguese (Português)
 * Russian (Русский)
 * Spanish (Español)
 * Tagalog (Tagalog)
 * Ukrainian (Українська)
 * Vietnamese (Tiếng Việt)
 * All Languages

Contact Us 800.227.2345 Cancer Help Sign Up For Email
Give In Honor & Memorial
Donate
 * 
 * All About Cancer
    * Cancer Types
   
    * Breast Cancer
   
    * Colon & Rectal Cancer
   
    * Lung Cancer
   
    * Prostate Cancer
   
    * Skin Cancer
   
    * Cancer in Children
   
    * All Cancer Types
   
    * Understanding Cancer
   
    * What Is Cancer?
   
    * Cancer Glossary
   
    * Anatomy Gallery
   
    * Risk & Prevention
   
    * Genetics
   
    * Tobacco
   
    * HPV
   
    * Diet & Physical Activity
   
    * Sun Safety
   
    * Screening
   
    * Diagnosis & Staging
   
    * Signs & Symptoms
   
    * Exams & Tests
   
    * Staging
   
    * Cancer Care
   
    * Finding Care
   
    * Making Treatment Decisions
   
    * Treatment
   
    * Side Effects
   
    * Palliative Care
   
    * Advanced Cancer
   
    * Patient Navigation
   
    * Financial & Insurance Matters
   
    * End of Life Care
   
    * Coping & Survivorship
   
    * During Treatment
   
    * After Treatment
   
    * Long-term Concerns
   
    * When Your Child Has Cancer
   
    * Caregivers & Family
   
    * For Health Professionals
   
    * Cancer News
   
    * Bookstore
   
   Explore All About Cancer
 * All About Cancer
   Back
   Explore All About Cancer
   Cancer Types Breast Cancer Colon & Rectal Cancer Lung Cancer Prostate Cancer
   Skin Cancer Cancer in Children All Cancer Types
   Understanding Cancer What Is Cancer? Cancer Glossary Anatomy Gallery
   Risk & Prevention Genetics Tobacco HPV Diet & Physical Activity Sun Safety
   Screening
   Diagnosis & Staging Signs & Symptoms Exams & Tests Staging
   Cancer Care Finding Care Making Treatment Decisions Treatment Side Effects
   Palliative Care Advanced Cancer
   Patient Navigation
   Financial & Insurance Matters
   End of Life Care
   Coping & Survivorship During Treatment After Treatment Long-term Concerns
   When Your Child Has Cancer
   Caregivers & Family
   For Health Professionals
   Cancer News
   Bookstore
 * Programs & Services
   
   
   PATIENT PROGRAMS
   
    * Free Rides to Treatment
   
    * Free Lodging During Treatment
   
    * ACS CARES™
   
    * Free Smoking Cessation Support
   
    * Connect with Survivors
   
    * Breast Cancer Support
   
    * Cancer Survivors Network
   
    * Reach To Recovery
   
    * Survivor Stories
   
    * 24/7 Cancer Helpline
   
    * Call us 1-800-227-2345
   
    * Resource Search
   
   Explore Programs & Services
 * Programs & Services
   Back
   Explore Programs & Services
   
   
   PATIENT PROGRAMS
   
   Free Rides to Treatment Free Lodging During Treatment ACS CARES™ Free Smoking
   Cessation Support
   Connect with Survivors Breast Cancer Support Cancer Survivors Network Reach
   To Recovery Survivor Stories
   24/7 Cancer Helpline Call us 1-800-227-2345
   Resource Search
 * Get Involved
    * Volunteer
   
    * Be an Advocate
   
    * Volunteer Opportunities for Organizations
   
    * Donate
   
    * Start a Fundraiser
   
    * Create Your Own Fundraiser
   
    * Fundraise on Facebook
   
    * Youth & Young Professionals
   
    * Virtual Challenges
   
    * Fundraising Events
   
    * Relay For Life
   
    * Making Strides Against Breast Cancer Walk
   
    * Endurance Events
   
    * Galas, Balls, and Parties
   
    * Golf Tournaments
   
   Featured: Making Strides Against Breast Cancer
   Explore Get Involved
 * Get Involved
   Back
   Explore Get Involved
   Volunteer Be an Advocate Volunteer Opportunities for Organizations
   Donate
   Start a Fundraiser Create Your Own Fundraiser Fundraise on Facebook Youth &
   Young Professionals Virtual Challenges
   Fundraising Events Relay For Life Making Strides Against Breast Cancer Walk
   Endurance Events Galas, Balls, and Parties Golf Tournaments
   Featured: Making Strides Against Breast Cancer
 * Ways to Give
    * Ways to Give
   
    * Donate Online
   
    * Donate by Mail or Phone
   
    * Monthly Giving
   
    * Honor & Memorial Giving
   
    * Donate Your Stuff
   
    * Donate Your Car
   
    * Donate Crypto
   
    * Donate FAQ
   
    * Shop to Save Lives
   
    * ACS Shop
   
    * Events Shop
   
    * TLC Store
   
    * Greeting Cards
   
    * Discovery Shops
   
    * Partner Promotions
   
    * Philanthropy
   
    * Wills, Trusts, and Legacy Giving
   
    * Donor Advised Funds
   
    * IRA Charitable Rollover
   
    * Stock Gifts
   
    * Corporate & Workplace Giving
   
    * Become a Corporate Partner
   
    * Make a Corporate Donation
   
    * Workplace Giving & Matching Funds
   
    * Organize a Workplace Fundraiser
   
    * Payroll Deductions
   
   Explore Ways to Give
 * Ways to Give
   Back
   Explore Ways to Give
   Ways to Give Donate Online Donate by Mail or Phone Monthly Giving Honor &
   Memorial Giving Donate Your Stuff Donate Your Car Donate Crypto Donate FAQ
   Shop to Save Lives ACS Shop Events Shop TLC Store Greeting Cards Discovery
   Shops Partner Promotions
   Philanthropy Wills, Trusts, and Legacy Giving Donor Advised Funds IRA
   Charitable Rollover Stock Gifts
   Corporate & Workplace Giving Become a Corporate Partner Make a Corporate
   Donation Workplace Giving & Matching Funds Organize a Workplace Fundraiser
   Payroll Deductions
 * Our Research
    * Highlights of ACS Cancer Research
   
    * ACS Research News
   
    * Apply for an ACS Grant
   
    * Grant Application and Review Process
   
    * Currently Funded Grants
   
   
   RESEARCH WE CONDUCT
   
    * Cancer Facts & Statistics
   
    * ACS Screening Guidelines
   
    * CPS-3: Cancer Prevention Study-3
   
    * Center for Diversity in Cancer Research (DICR) Training
   
    * DICR Internships
   
    * ACS Research Team Bios
   
    * Early Cancer Detection Science
   
    * Extramural Discovery Science
   
    * Population Science
   
    * Surveillance & Health Equity Science
   
   
   RESEARCH TOOLS
   
    * Cancer Atlas
   
    * Cancer Statistics Center
   
    * Glossary for Nonscientists
   
    * Research Events
   
    * Jiler Conference
   
    * Research Podcasts
   
   Register Today: Cancer Prevention Research Conference Boston, June 25-27,
   2024
   Explore Our Research
 * Our Research
   Back
   Explore Our Research
   Highlights of ACS Cancer Research ACS Research News
   Apply for an ACS Grant Grant Application and Review Process Currently Funded
   Grants
   
   
   RESEARCH WE CONDUCT
   
   Cancer Facts & Statistics ACS Screening Guidelines CPS-3: Cancer Prevention
   Study-3
   Center for Diversity in Cancer Research (DICR) Training DICR Internships
   ACS Research Team Bios Early Cancer Detection Science Extramural Discovery
   Science Population Science Surveillance & Health Equity Science
   
   
   RESEARCH TOOLS
   
   Cancer Atlas Cancer Statistics Center Glossary for Nonscientists
   Research Events Jiler Conference Research Podcasts
   Register Today: Cancer Prevention Research Conference Boston, June 25-27,
   2024
 * About Us
    * Who We Are
   
    * 110 Years of Wins
   
    * Our Mission
   
    * Our Core Values
   
    * Our History
   
    * Our Leadership
   
    * Financials & Governance
   
    * What We Do
   
    * Encourage Prevention
   
    * Provide Support
   
    * Address Cancer Disparities
   
    * Foster Innovation
   
    * Support in Your State
   
    * Cancer Action Network
   
    * Global Cancer Programs
   
    * Our Partners
   
    * Become a Partner
   
    * Partner Promotions
   
    * Employee Engagement
   
    * Contact Us
   
    * Employment Opportunities
   
    * ACS News Room
   
    * Sign Up for Email
   
    * Sign Up for Text Messages
   
   Explore About Us
 * About Us
   Back
   Explore About Us
   Who We Are 110 Years of Wins Our Mission Our Core Values Our History Our
   Leadership Financials & Governance
   What We Do Encourage Prevention Provide Support Address Cancer Disparities
   Foster Innovation Support in Your State Cancer Action Network Global Cancer
   Programs
   Our Partners Become a Partner Partner Promotions Employee Engagement
   Contact Us Employment Opportunities ACS News Room Sign Up for Email Sign Up
   for Text Messages


Search

https://searchapi.cancer.org
Search

Give In Honor & Memorial
Sign Up For Email
Text Message Sign Up
 * All About Cancer
    * Cancer Types
   
    * Breast Cancer
   
    * Colon & Rectal Cancer
   
    * Lung Cancer
   
    * Prostate Cancer
   
    * Skin Cancer
   
    * Cancer in Children
   
    * All Cancer Types
   
    * Understanding Cancer
   
    * What Is Cancer?
   
    * Cancer Glossary
   
    * Anatomy Gallery
   
    * Risk & Prevention
   
    * Genetics
   
    * Tobacco
   
    * HPV
   
    * Diet & Physical Activity
   
    * Sun Safety
   
    * Screening
   
    * Diagnosis & Staging
   
    * Signs & Symptoms
   
    * Exams & Tests
   
    * Staging
   
    * Cancer Care
   
    * Finding Care
   
    * Making Treatment Decisions
   
    * Treatment
   
    * Side Effects
   
    * Palliative Care
   
    * Advanced Cancer
   
    * Patient Navigation
   
    * Financial & Insurance Matters
   
    * End of Life Care
   
    * Coping & Survivorship
   
    * During Treatment
   
    * After Treatment
   
    * Long-term Concerns
   
    * When Your Child Has Cancer
   
    * Caregivers & Family
   
    * For Health Professionals
   
    * Cancer News
   
    * Bookstore
   
   Explore All About Cancer
 * All About Cancer
   Back
   Explore All About Cancer
   Cancer Types Breast Cancer Colon & Rectal Cancer Lung Cancer Prostate Cancer
   Skin Cancer Cancer in Children All Cancer Types
   Understanding Cancer What Is Cancer? Cancer Glossary Anatomy Gallery
   Risk & Prevention Genetics Tobacco HPV Diet & Physical Activity Sun Safety
   Screening
   Diagnosis & Staging Signs & Symptoms Exams & Tests Staging
   Cancer Care Finding Care Making Treatment Decisions Treatment Side Effects
   Palliative Care Advanced Cancer
   Patient Navigation
   Financial & Insurance Matters
   End of Life Care
   Coping & Survivorship During Treatment After Treatment Long-term Concerns
   When Your Child Has Cancer
   Caregivers & Family
   For Health Professionals
   Cancer News
   Bookstore
 * Programs & Services
   
   
   PATIENT PROGRAMS
   
    * Free Rides to Treatment
   
    * Free Lodging During Treatment
   
    * ACS CARES™
   
    * Free Smoking Cessation Support
   
    * Connect with Survivors
   
    * Breast Cancer Support
   
    * Cancer Survivors Network
   
    * Reach To Recovery
   
    * Survivor Stories
   
    * 24/7 Cancer Helpline
   
    * Call us 1-800-227-2345
   
    * Resource Search
   
   Explore Programs & Services
 * Programs & Services
   Back
   Explore Programs & Services
   
   
   PATIENT PROGRAMS
   
   Free Rides to Treatment Free Lodging During Treatment ACS CARES™ Free Smoking
   Cessation Support
   Connect with Survivors Breast Cancer Support Cancer Survivors Network Reach
   To Recovery Survivor Stories
   24/7 Cancer Helpline Call us 1-800-227-2345
   Resource Search
 * Get Involved
    * Volunteer
   
    * Be an Advocate
   
    * Volunteer Opportunities for Organizations
   
    * Donate
   
    * Start a Fundraiser
   
    * Create Your Own Fundraiser
   
    * Fundraise on Facebook
   
    * Youth & Young Professionals
   
    * Virtual Challenges
   
    * Fundraising Events
   
    * Relay For Life
   
    * Making Strides Against Breast Cancer Walk
   
    * Endurance Events
   
    * Galas, Balls, and Parties
   
    * Golf Tournaments
   
   Featured: Making Strides Against Breast Cancer
   Explore Get Involved
 * Get Involved
   Back
   Explore Get Involved
   Volunteer Be an Advocate Volunteer Opportunities for Organizations
   Donate
   Start a Fundraiser Create Your Own Fundraiser Fundraise on Facebook Youth &
   Young Professionals Virtual Challenges
   Fundraising Events Relay For Life Making Strides Against Breast Cancer Walk
   Endurance Events Galas, Balls, and Parties Golf Tournaments
   Featured: Making Strides Against Breast Cancer
 * Ways to Give
    * Ways to Give
   
    * Donate Online
   
    * Donate by Mail or Phone
   
    * Monthly Giving
   
    * Honor & Memorial Giving
   
    * Donate Your Stuff
   
    * Donate Your Car
   
    * Donate Crypto
   
    * Donate FAQ
   
    * Shop to Save Lives
   
    * ACS Shop
   
    * Events Shop
   
    * TLC Store
   
    * Greeting Cards
   
    * Discovery Shops
   
    * Partner Promotions
   
    * Philanthropy
   
    * Wills, Trusts, and Legacy Giving
   
    * Donor Advised Funds
   
    * IRA Charitable Rollover
   
    * Stock Gifts
   
    * Corporate & Workplace Giving
   
    * Become a Corporate Partner
   
    * Make a Corporate Donation
   
    * Workplace Giving & Matching Funds
   
    * Organize a Workplace Fundraiser
   
    * Payroll Deductions
   
   Explore Ways to Give
 * Ways to Give
   Back
   Explore Ways to Give
   Ways to Give Donate Online Donate by Mail or Phone Monthly Giving Honor &
   Memorial Giving Donate Your Stuff Donate Your Car Donate Crypto Donate FAQ
   Shop to Save Lives ACS Shop Events Shop TLC Store Greeting Cards Discovery
   Shops Partner Promotions
   Philanthropy Wills, Trusts, and Legacy Giving Donor Advised Funds IRA
   Charitable Rollover Stock Gifts
   Corporate & Workplace Giving Become a Corporate Partner Make a Corporate
   Donation Workplace Giving & Matching Funds Organize a Workplace Fundraiser
   Payroll Deductions
 * Our Research
    * Highlights of ACS Cancer Research
   
    * ACS Research News
   
    * Apply for an ACS Grant
   
    * Grant Application and Review Process
   
    * Currently Funded Grants
   
   
   RESEARCH WE CONDUCT
   
    * Cancer Facts & Statistics
   
    * ACS Screening Guidelines
   
    * CPS-3: Cancer Prevention Study-3
   
    * Center for Diversity in Cancer Research (DICR) Training
   
    * DICR Internships
   
    * ACS Research Team Bios
   
    * Early Cancer Detection Science
   
    * Extramural Discovery Science
   
    * Population Science
   
    * Surveillance & Health Equity Science
   
   
   RESEARCH TOOLS
   
    * Cancer Atlas
   
    * Cancer Statistics Center
   
    * Glossary for Nonscientists
   
    * Research Events
   
    * Jiler Conference
   
    * Research Podcasts
   
   Register Today: Cancer Prevention Research Conference Boston, June 25-27,
   2024
   Explore Our Research
 * Our Research
   Back
   Explore Our Research
   Highlights of ACS Cancer Research ACS Research News
   Apply for an ACS Grant Grant Application and Review Process Currently Funded
   Grants
   
   
   RESEARCH WE CONDUCT
   
   Cancer Facts & Statistics ACS Screening Guidelines CPS-3: Cancer Prevention
   Study-3
   Center for Diversity in Cancer Research (DICR) Training DICR Internships
   ACS Research Team Bios Early Cancer Detection Science Extramural Discovery
   Science Population Science Surveillance & Health Equity Science
   
   
   RESEARCH TOOLS
   
   Cancer Atlas Cancer Statistics Center Glossary for Nonscientists
   Research Events Jiler Conference Research Podcasts
   Register Today: Cancer Prevention Research Conference Boston, June 25-27,
   2024
 * About Us
    * Who We Are
   
    * 110 Years of Wins
   
    * Our Mission
   
    * Our Core Values
   
    * Our History
   
    * Our Leadership
   
    * Financials & Governance
   
    * What We Do
   
    * Encourage Prevention
   
    * Provide Support
   
    * Address Cancer Disparities
   
    * Foster Innovation
   
    * Support in Your State
   
    * Cancer Action Network
   
    * Global Cancer Programs
   
    * Our Partners
   
    * Become a Partner
   
    * Partner Promotions
   
    * Employee Engagement
   
    * Contact Us
   
    * Employment Opportunities
   
    * ACS News Room
   
    * Sign Up for Email
   
    * Sign Up for Text Messages
   
   Explore About Us
 * About Us
   Back
   Explore About Us
   Who We Are 110 Years of Wins Our Mission Our Core Values Our History Our
   Leadership Financials & Governance
   What We Do Encourage Prevention Provide Support Address Cancer Disparities
   Foster Innovation Support in Your State Cancer Action Network Global Cancer
   Programs
   Our Partners Become a Partner Partner Promotions Employee Engagement
   Contact Us Employment Opportunities ACS News Room Sign Up for Email Sign Up
   for Text Messages


 * CONTACT US

 * 800.227.2345
 * Cancer Help

English
 * English

   Español

 * Esta página
 * Página inicial

   PDFs by language

 * Arabic (اللغة العربية)
 * Chinese (简体中文)
 * French (Français)
 * Haitian Creole (Kreyòl Ayisyen)
 * Hindi (जानकारी)
 * Korean (한국어)
 * Polish (język polski)
 * Portuguese (Português)
 * Russian (Русский)
 * Spanish (Español)
 * Tagalog (Tagalog)
 * Ukrainian (Українська)
 * Vietnamese (Tiếng Việt)
 * All Languages

Donate
https://searchapi.cancer.org


ONLINE HELP

Our 24/7 cancer helpline provides information and answers for people dealing
with cancer. We can connect you with trained cancer information specialists who
will answer questions about a cancer diagnosis and provide guidance and a
compassionate ear. 

Chat live online

Select the Live Chat button at the bottom of the page 

 

Schedule a Video Chat

Face to face support

Call us at 1-800-227-2345

Available any time of day or night



Our highly trained specialists are available 24/7 via phone and on weekdays can
assist through video calls and online chat. We connect patients, caregivers, and
family members with essential services and resources at every step of their
cancer journey. Ask us how you can get involved and support the fight against
cancer. Some of the topics we can assist with include:

 * Referrals to patient-related programs or resources
 * Donations, website, or event-related assistance
 * Tobacco-related topics
 * Volunteer opportunities
 * Cancer Information

For medical questions, we encourage you to review our information with your
doctor.

 1. Get Involved
 2. Fundraise





DETERMINATION ENDURANCE SERIES

DetermiNation is the American Cancer Society’s event endurance program, spanning
a variety of sports including cycling, running, hiking, yoga, and more. The
collective efforts of the dedicated athletes who use their fortitude to help
raise funds to take down cancer are nothing short of amazing.

When you join DetermiNation, you’re not just participating in an endurance
event. You’re pushing yourself to help save lives from cancer. Just like hard
work goes into your event training, the American Cancer Society gives it our all
through things like breakthrough research, patient programs and services, and a
free 24/7 cancer helpline. Together, we’ll tackle every course, rally every
community, and stay absolutely relentless in the fight against cancer.




JOIN THE TEAM TO SAVE LIVES FROM CANCER.


SPOTLIGHT EVENT: PHILADELPHIA BIKE-A-THON

Join us at the Philadelphia Bike-A-Thon: June 2


SPOTLIGHT EVENTS


SPOTLIGHT EVENT: BROAD STREET RUN PHILADELPHIA

Join us at the Independence Blue Cross Broad Street Run on May 5


SPOTLIGHT EVENT: BICYCLES BATTLING CANCER

Join us at Bicycles Battling Cancer in Massachusetts on Sept. 22


SPOTLIGHT EVENT: SOLEBURNER WISCONSIN

Join us at Soleburner 2024 in Appleton, WI on May 11.


SPOTLIGHT EVENT: IRISH LIFE DUBLIN MARATHON

Join Team DetermiNation on October 27


SPOTLIGHT EVENT: PAN OHIO HOPE RIDE

Join us for a ride across Ohio - July 25-28


SPOTLIGHT PARTNERSHIP: SPARTAN RACE

Join Team DetermiNation at a Spartan Race near you!



FIND AN EVENT NEAR YOU

Use the search field below to find events in your community.

https://searchapi.cancer.org
67
Keyword
Location
Loading
Use my current location User denied the request for Geolocation. Please Enable
the Location. Please enter a valid location.
Distance 10 Miles 25 Miles 50 Miles 75 Miles 100 Miles 250 Miles 500 Miles
Date

Filter
Clear Filters

FILTER EVENTS

Search all ACS events
Showing 1 - 10 of 35
Items per page 10 15 20 50 75 100
Sort By Relevancy Date - Latest Date - Soonest

2024 CHOOSE YOUR RACE-DETERMINATION MINI SERIES

VENUE

Anywhere

LOCATION

Chicago, IL

DATE

1.1.2024 - 31.12.2024

THE KING OF CHEMO'S GREAT WORLD RECORD

VENUE

12 Marathons Around the World

LOCATION

Carnegie, PA

DATE

1.1.2024 - 31.12.2024

DETERMINATION CROSSING THE NATION FOR CANCER PATIENTS

VENUE

American Cancer Society Hope Lodge Jerome L Greene Family Center, New York NY

LOCATION

New York, NY

DATE

2.4.2024 - 2.6.2024

SWIM FOR CANCER WESTERN NC&SC

VENUE

Virtual

LOCATION

Reading, PA

DATE

1.6.2024 - 30.6.2024

2024 BIKE-A-THON VOLUNTEER REGISTRATION

VENUE

Phialdelphia, PA to Ventnor, NJ

LOCATION

Philadelphia, PA

DATE

2.6.2024

BIKE-A-THON

VENUE

Phialdelphia, PA to Ventnor, NJ

LOCATION

Philadelphia, PA

DATE

2.6.2024

WALK AND ROLL CHICAGO

VENUE

Arvey Field at Grant Park

LOCATION

Chicago, IL

DATE

8.6.2024

2024 WALK & ROLL CHICAGO TEAM TENT ORDERS

VENUE

Arvey Field at Grant Park

LOCATION

Chicago, IL

DATE

8.6.2024

RELEVO BIKE TOUR

VENUE

Plaza Publica Coamo

LOCATION

Coamo, PR

DATE

15.6.2024

RUN FOR DAD

VENUE

Mercer County Park, Princeton Junction NJ

LOCATION

Princeton Junction, NJ

DATE

16.6.2024

Fetching result...

No results were found matching your exact criteria

If a location was provided results below are displayed if available by matching
your other criteria.

To match more closely try adjusting the keyword, location/distance or date.

An error occured in the search

We are working to resolve the issue, please try again later.



Previous
Page 1234 of 4
Next
Previous Next Page of


KEEP IN TOUCH WITH US

CONNECT THROUGH SOCIAL

 

Our DetermiNation community spans from coast to coast. Join the official ACS
DetermiNation Facebook group to connect and share with like-minded endurance
athletes dedicated to the fight against cancer and learn more about the latest
events.


Follow DetermiNation on Facebook
Join the DetermiNation Facebook group
Follow DetermiNation on Instagram

CONNECT THROUGH EMAIL

Learn more! Sign up and stay updated on the newest opportunities available
through the American Cancer Society DetermiNation Endurance Series.

First Name

Last Name

Email

Zip Code


sign-up


ELITE FUNDRAISING CLUB

Raise $5,000 to join the DetermiNation Pacesetter Club. This fundraising club
comes with exclusive member benefits, special gifts, and recognition
opportunities.


DETERMINATION PACESETTERS

By raising $5,000, all 2024 DetermiNation Pacesetters will receive:

 * Incentives: choice of a special DetermiNation branded gift
 * National-level recognition as an elite fundraiser for the Pacesetter Club
 * Exclusive Pacesetter communications, including newsletters, special
   recognition, and opportunities to spotlight your fundraising/training tips at
   all endurance events




2023 TOP 20 DETERMINATION PACESETTERS

 Event Name Participant Name Amount RaisedPhiladelphia Bike-A-ThonBob
Braverman$129,996 Pan Ohio Hope RideMark Taft$40,105 Philadelphia
Bike-A-ThonEmil Skobeloff$31,307TCS New York City MarathonMarijo
Adimey$28.013Strike Out Cancer Jefferson CountyCindy Chapple$27,562 Pan Ohio
Hope RideDr. William Dahut$27,162Pan Ohio Hope RideJames Bond$26,953 Los Angeles
MarathonZachary Zigmond$22,902Fighting Cancer to the CoastAnna Haywood$19,129Pan
Ohio Hope RidePaula Hendryx$19,018Phoenix Climb to Conquer CancerLorraine
Bergman$18,528Pan Ohio Hope RideJeffrey Malish$17,822Phiadelphia Bike-A-ThonSue
Verguldi$17,528TCS New York City MarathonCharles Farruggio$17,468Pan Ohio Hope
RideAmanda Wolf$17,215Fighting Cancer to the CoastJames Pretzer$17,091Bicylces
Battling CancerLouise Santosuosso$15,975El Camino de SantiagoRuth
Montilla$15,878Philadelphia Bike-A-ThonMark Feinman$15,685Philadelphia
Bike-A-ThonWilliam Turchin$15,553




PARTNERSHIPS

Fighting cancer through DetermiNation is a team effort. Thanks to the support of
our partners, the American Cancer Society is able to produce athletic endurance
events all over the country that help people reach their personal performance
goals while bringing us closer to a world without cancer.


RUNDISNEY

Move with magic! Set out for a fantastic feat in Disney theme parks as you turn
any run into a fundraiser – from kids’ races to a full marathon.


MOTIV GROUP

Join us at the Surf City Marathon, Long Beach Marathon, Golden Gate Half
Marathon, or another highly experiential race across the country with our
partner, Motiv!


SPARTAN RACE

Join Team DetermiNation at a Spartan Race near you!  Race for free through a
charity entry or dedicate your race to American Cancer Society as a general
fundraiser. 


WAYS TO PARTICIPATE

If you’d like to experience for yourself what DetermiNation can do, or even just
show your support to someone else, we have you covered.


MATCHING GIFTS

Double your donation! Ask your employer about their matching gift program.


VOLUNTEER

Want to be in the thick of things? Get involved as an event volunteer.

* For in-person events please review our COVID-19 Safety Acknowledgment --
Liability Waiver and Release of Claims.


Back to Top


HELP US END CANCER AS WE KNOW IT, FOR EVERYONE.

Donate with Confidence

 
       


CANCER INFORMATION, ANSWERS, AND HOPE. AVAILABLE EVERY MINUTE OF EVERY DAY.

Follow Us



Call Us

800.227.2345

Sign Up for Email
Sign Up for Text Messages

 * CANCER INFORMATION
   
    * Cancer Prevention & Detection
    * Understanding Cancer
    * Signs & Symptoms of Cancer
    * Cancer Treatment
    * ACS Research Highlights
    * Cancer Facts & Statistics
    * News and Stories
    * Glossary
    * For Health Care Professionals

 * ACS FUNDRAISERS
   
    * Making Strides Against Breast Cancer Walks
    * Relay For Life Events
    * American Cancer Society on Campus
    * Coaches vs. Cancer
    * Galas, Balls & Parties
    * Ways to Give
    * Memorial Giving
    * Planned Giving
    * Philanthropy
    * Donate a Car
    * Donate by Mail or Phone

 * ABOUT ACS
   
    * Contact Us
    * ACS in Your Community
    * Employment
    * Information for Suppliers
    * Report Fraud or Abuse
    * Sign Up for Email
    * Sign Up for Text Messages
    * Our Research
    * Cancer Action Network
    * Global Health
    * Policies
    * Our Volunteers

 * ABOUT ACS PROGRAMS & SERVICES
   
    * Lodging During Treatment
    * Rides To Treatment
    * Breast Cancer Support
    * Hair Loss and Mastectomy Products
    * Connecting Cancer Survivors

 * MORE ACS SITES
   
    * Bookstore
    * Cancer Atlas
    * Cancer Statistics Center
    * ACS News Room
    * American Cancer Society Roundtables
    * Volunteer Community

 * Help
 * Site Map
 * Privacy Policy
 * Privacy Rights
 * Health Privacy Policy
 * Accessibility
 * Terms of Use
 * State Fundraising Notices
 * Site Comments

© 2024 American Cancer Society, Inc. All rights reserved. The American Cancer
Society is a qualified 501(c)(3) tax-exempt organization. Tax ID Number:
13-1788491.

Cancer.org is provided courtesy of the Leo and Gloria Rosen family.


COOKIE POLICY

This website uses cookies and related technology that help the website function
and that help us understand how you interact with it. You can manage these
settings using the Data Sharing Settings link.
Data Sharing Settings Reject All Cookies Accept All Cookies



COOKIE PREFERENCE CENTER



Your Opt Out Preference Signal is Honored


 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * PERFORMANCE COOKIES


 * FUNCTIONAL COOKIES


 * TARGETING COOKIES

YOUR PRIVACY

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

View Vendor Details‎

PERFORMANCE COOKIES

Performance Cookies


These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

View Vendor Details‎

FUNCTIONAL COOKIES

Functional Cookies


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

View Vendor Details‎

TARGETING COOKIES

Targeting Cookies


These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

View Vendor Details‎
Back Button


VENDORS LIST

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Clear
checkbox label label
Apply Cancel
Confirm My Choices
Allow All



Live Chat:Live Chat Offline