www.foundmyfitness.com Open in urlscan Pro
2606:4700:10::6816:2df0  Public Scan

Submitted URL: http://foundmyfitness.com/
Effective URL: https://www.foundmyfitness.com/
Submission: On April 08 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /newsletter/subscriptions

<form class="w-full" data-turbo="false" data-controller="inline-signup" data-action="email-verify:verify->inline-signup#updateEnabledState" action="/newsletter/subscriptions" accept-charset="UTF-8" method="post"><input type="hidden"
    name="authenticity_token" value="yOOgIzbppiwZ2vFnxwc-9A5HwvjUAeDdlc6j2pqQHT_twdcONL7qESsXGRKBNLYo3tyjVm5BhiKEJlnDctbTow" autocomplete="off">
  <div class="flex justify-center items-center flex-col">
    <input type="hidden" name="newsletter[registered_via]" id="newsletter_registered_via" value="BDNF_NEWSLETTER_MODAL" autocomplete="off">
    <input type="hidden" name="newsletter[source]" id="newsletter_source" value="BDNF_NEWSLETTER_MODAL" autocomplete="off">
    <input type="hidden" name="newsletter[accept_newsletter]" id="newsletter_accept_newsletter" value="1" autocomplete="off">
    <div data-controller="email-verify" data-email-verify-is-valid-value="false" class="verify-email-input-container flex-grow w-full">
      <input type="email" name="newsletter[email]" id="" value="" placeholder="Enter Your Email" class="newsletter-modal_email my-4 sm:max-w-md mx-auto" required="required" autocomplete="off" data-email-verify-target="input"
        data-action="input->email-verify#verify">
      <div data-email-verify-target="loading" class="relative hidden">
        <div class="absolute py-2 px-4 mt-1 rounded text-black bg-white shadow verify-email-input-verifying">Verifying email address...</div>
      </div>
      <div data-email-verify-target="error" class="relative hidden">
        <div class="absolute py-2 px-4 mt-1 rounded text-black bg-white shadow verify-email-input-accept-invalid">This email address is invalid. Please use a different email address.</div>
      </div>
      <div data-email-verify-target="suggestion" class="relative hidden">
        <div class="absolute z-10 mt-1 rounded bg-white shadow">
          <button type="button" data-action="click->email-verify#acceptSuggestion" class="block w-full py-2 px-4 text-black bg-white text-left"> Did you mean <strong data-email-verify-target="suggested" class="underline">...</strong>? </button>
          <button name="button" type="button" data-action="click->email-verify#rejectSuggestion" class="block w-full py-2 px-4 text-black bg-white text-left">
            <strong class="underline">No, my email is correct.</strong>
          </button>
        </div>
      </div>
    </div>
    <div class="mb-2">
      <input type="hidden" name="recaptcha_version" id="recaptcha_version" value="v3" autocomplete="off">
      <input type="hidden" name="recaptcha_token" id="recaptcha_token_d70a4191f656c90ceb09" autocomplete="off">
      <script>
        (() => {
          const input = document.getElementById('recaptcha_token_d70a4191f656c90ceb09');
          if (input) {
            const form = input.form;
            const nintySeconds = 90000;
            const updateToken = async () => {
              input.value = await grecaptcha.execute('6LeMngQnAAAAAFVBRX3TKwOJC4F6Mdpv1HeTJ_J7', {
                action: 'newsletter_signup'
              });
            };
            form.addEventListener('focusin', (event) => {
              grecaptcha.ready(() => {
                updateToken();
                setInterval(updateToken, nintySeconds);
              });
            }, {
              once: true
            });
          }
        })();
      </script>
    </div>
    <button name="button" type="submit" class="button primary small" data-inline-signup-target="signupButton" disabled="">Sign me up</button>
  </div>
</form>

POST /newsletter/subscriptions

<form data-turbo="false" data-controller="inline-signup" data-action="email-verify:verify->inline-signup#updateEnabledState" action="/newsletter/subscriptions" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token"
    value="yOOgIzbppiwZ2vFnxwc-9A5HwvjUAeDdlc6j2pqQHT_twdcONL7qESsXGRKBNLYo3tyjVm5BhiKEJlnDctbTow" autocomplete="off">
  <input type="hidden" name="newsletter[registered_via]" id="newsletter_registered_via" value="NEWSLETTER_HOMEPAGE" autocomplete="off">
  <input type="hidden" name="newsletter[source]" id="newsletter_source" value="NEWSLETTER_HOMEPAGE" autocomplete="off">
  <div class="input-group mx-auto mt-4 max-w-full" style="width: 400px;">
    <div data-controller="email-verify" data-email-verify-is-valid-value="false" class="verify-email-input-container flex-grow w-full">
      <input type="email" name="newsletter[email]" id="" value="" placeholder="Enter Your Email" class="input-group_input h-full" required="required" autocomplete="on" data-email-verify-target="input" data-action="input->email-verify#verify">
      <div data-email-verify-target="loading" class="relative hidden">
        <div class="absolute py-2 px-4 mt-1 rounded text-black bg-white shadow verify-email-input-verifying">Verifying email address...</div>
      </div>
      <div data-email-verify-target="error" class="relative hidden">
        <div class="absolute py-2 px-4 mt-1 rounded text-black bg-white shadow verify-email-input-accept-invalid">This email address is invalid. Please use a different email address.</div>
      </div>
      <div data-email-verify-target="suggestion" class="relative hidden">
        <div class="absolute z-10 mt-1 rounded bg-white shadow">
          <button type="button" data-action="click->email-verify#acceptSuggestion" class="block w-full py-2 px-4 text-black bg-white text-left"> Did you mean <strong data-email-verify-target="suggested" class="underline">...</strong>? </button>
          <button name="button" type="button" data-action="click->email-verify#rejectSuggestion" class="block w-full py-2 px-4 text-black bg-white text-left">
            <strong class="underline">No, my email is correct.</strong>
          </button>
        </div>
      </div>
    </div>
    <button name="button" type="submit" class="button primary input-group_button whitespace-no-wrap" data-inline-signup-target="signupButton" disabled="">Get Report</button>
  </div>
  <input type="hidden" name="newsletter[accept_newsletter]" id="newsletter_accept_newsletter" value="1" autocomplete="off">
  <div class="flex justify-center mt-2">
    <input type="hidden" name="recaptcha_version" id="recaptcha_version" value="v3" autocomplete="off">
    <input type="hidden" name="recaptcha_token" id="recaptcha_token_ceaf3a33302feb0ce4d6" autocomplete="off">
    <script>
      (() => {
        const input = document.getElementById('recaptcha_token_ceaf3a33302feb0ce4d6');
        if (input) {
          const form = input.form;
          const nintySeconds = 90000;
          const updateToken = async () => {
            input.value = await grecaptcha.execute('6LeMngQnAAAAAFVBRX3TKwOJC4F6Mdpv1HeTJ_J7', {
              action: 'newsletter_signup'
            });
          };
          form.addEventListener('focusin', (event) => {
            grecaptcha.ready(() => {
              updateToken();
              setInterval(updateToken, nintySeconds);
            });
          }, {
            once: true
          });
        }
      })();
    </script>
  </div>
</form>

POST /search

<form action="/search" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="yOOgIzbppiwZ2vFnxwc-9A5HwvjUAeDdlc6j2pqQHT_twdcONL7qESsXGRKBNLYo3tyjVm5BhiKEJlnDctbTow" autocomplete="off">
  <div class="input-group small w-full">
    <input required="required" placeholder="Enter a keyword..." class="input-group_input" type="text" name="search[email]" id="search_email">
    <button class="button primary input-group_button whitespace-no-wrap"> Search </button>
  </div>
</form>

Text Content

Open Newsletter Modal
Close


LEARN PROTOCOLS THAT IMPROVE MEMORY AND COGNITIVE FUNCTION

Exclusive report and protocol

Get immediate access to our report, "Why exercise can improve brain function and
reverse aging" (including protocol tips for maximizing BDNF).

Verifying email address...
This email address is invalid. Please use a different email address.
Did you mean ...? No, my email is correct.

Sign me up
By clicking subscribe, you will be subscribed to our newsletter. You can
unsubscribe from FoundMyFitness email messages at any time, and we will never
sell or give away your personal information.
Not now
 * Genetic Reports
 * Episodes
 * About Rhonda
 * Topics
 * AMA

Become a member Sign in Search


A NEWSLETTER THAT RESPECTS YOU.

When you sign up, you’ll get distilled research on topics like fasting,
depression, fitness, and longevity.

Plus, you’ll also get our exclusive report: “Sauna Use: Implications for Aging
and the Brain.”

Verifying email address...
This email address is invalid. Please use a different email address.
Did you mean ...? No, my email is correct.
Get Report



WHAT EXPERTS ARE SAYING

“Rhonda displays an uncannily prescient knowledge of each subject area she
attacks. If she decides to dig into a subject, she consumes it, and her podcasts
are lucid, articulate, thoughtful, and informative.”
Jed W Fahey, Sc.D.
Director of the Chemoprotection Center at Johns Hopkins
“Rhonda Patrick is the one-stop-shop for the best translation of cutting edge
science. She is an intensely rigorous thinker and clear translator of science, a
reliable source on all things related to healthy aging.”
Elissa Epel, Ph.D.
Professor and Director of the Aging, Metabolism, and Emotions Center at UCSF
“I love Rhonda Patrick’s podcasts! She distills complex biological and medical
problems for a lay audience in a clear, interesting and accurate manner.”
Eric Verdin, M.D.
President and CEO, The Buck Institute for Research on Aging


RECENT EPISODES

The Science of Magnesium and Its Role in Aging and Disease | Dr. Rhonda Patrick
How Micronutrients & Exercise Ameliorate Aging | Dr. Rhonda Patrick
Dr. Peter Attia on Mastering Longevity – Insights on Cancer Prevention, Heart
Disease, and Aging
The Longevity & Brain Benefits of Vigorous Exercise
How Vitamin D, Omega-3s, & Exercise May Increase Longevity | Dr. Rhonda Patrick
Dr. Martin Gibala: The Science of Vigorous Exercise — From VO2 Max to Time
Efficiency of HIIT
See all episodes


POPULAR TOPICS


VITAMIN C

Vitamin C is an essential nutrient, widely recognized for its antioxidant
properties and its roles in many critical processes and pathways.


OMEGA-3 FATTY ACIDS

Omega-3 fatty acids play critical roles in human health and may be beneficial in
ameliorating symptoms associated with chronic health conditions and in combating
aging-related diseases.


ZINC

Zinc is an essential nutrient that influences growth and development and plays
critical roles in immune function, protein synthesis, wound healing, DNA
synthesis, and cell division.


BRAIN-DERIVED NEUROTROPHIC FACTOR (BDNF)

BDNF is a growth factor known for its influence on neuronal health and for its
role in mediating the beneficial cognitive effects associated with exercise.


SAUNA

Sauna use exposes the body to extreme heat and, in turn, induces protective
responses that improve health and may increase healthspan.


RED LIGHT THERAPY (PHOTOBIOMODULATION)

Photobiomodulation is a non-invasive, light-based therapeutic technique that
stimulates biological processes within cells and tissues, with potential
applications in medicine, dentistry, cosmetic procedures, and scientific
research.

See All
 * Listen on Apple Podcasts
 * Subscribe to Youtube


EXPLORE MORE

 * Home
 * Episodes
 * Membership
 * The Aliquot
 * Healthspan Gear
 * Genetics
 * News


OUR MISSION

Promoting strategies to increase healthspan, well-being, cognitive and physical
performance through deeper understandings of biology. Learn more about Dr.
Rhonda Patrick.


QUESTIONS?

Send us a message here


SEARCH

Search


FOLLOW US HERE

 * Instagram
 * Twitter
 * Facebook


WATCH AND LISTEN

 * YouTube
 * iTunes
 * Spotify

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.