outdoorswimmer.com Open in urlscan Pro
2a00:da00:100f:f000::2ad  Public Scan

Submitted URL: http://outdoorswimmer.com/
Effective URL: https://outdoorswimmer.com/
Submission: On March 10 via api from US — Scanned from GB

Form analysis 5 forms found in the DOM

POST

<form role="form" id="payment-form" method="post" class="validation" action="" data-cc-on-file="false" data-stripe-publishable-key="pk_live_ve8hbfQbXtkwgnqpEhsM6gef00BE15Wjf3">
  <!-- /** create user form start here!!! */ -->
  <div id="signup-form" style="overflow: auto; transition:height 200ms ease-in;">
    <div class="flex flex-col items-start pt-2">
      <label class="text-sm 2xl:text-base" for="Username" style="font-weight:400;margin-bottom:0;color:black;">Full Name</label>
      <input type="text" onchange="borderNone(event)" name="user_nicename" id="user_nicename" placeholder="Your name" required=""
        style="background-color:rgb(242, 244, 248); height: 2.5rem; border-radius:0.375rem; border:none; outline:none; padding:0.5rem; width:100%; margin:4px 0; color:black;">
    </div>
    <div class="flex flex-col items-start pt-2">
      <label class="text-sm 2xl:text-base" for="email" style="font-weight:400;margin-bottom:0;color:black;">Email</label>
      <input type="email" onchange="borderNone(event)" name="email" id="create_email_field" placeholder="Your email" required=""
        style="background-color:rgb(242, 244, 248); height: 2.5rem; border-radius:0.375rem; border:none; outline:none; padding:0.5rem; width:100%; margin:4px 0; color:black;">
    </div>
    <div class="flex flex-col items-start pt-2">
      <label for="password" class="text-sm 2xl:text-base" style="text-align:left;font-weight:400; margin-bottom:0; color:black;">Password</label>
      <input type="password" onchange="borderNone(event)" name="password" id="password" placeholder="Password"
        style="background-color:rgb(242,244,248); border:none; height:2.5rem; border-radius:0.375rem; outline:none; color:black; width:100%; padding:0.5rem; margin:0.5rem 0rem;">
    </div>
    <div class="flex flex-col items-start pt-2 print_plus_digital">
      <label class="text-sm 2xl:text-base" for="address_one" style="font-weight:400;margin-bottom:0;color:black;">Address Line 1</label>
      <input type="text" onchange="borderNone(event)" name="address_one" id="address-one" placeholder="Address Line 1"
        style="background-color:rgb(242, 244, 248); height: 2.5rem; border-radius:0.375rem; border:none; outline:none; padding:0.5rem; width:100%; margin:4px 0; color:black;">
    </div>
    <div class="flex flex-col items-start pt-2 print_plus_digital">
      <label class="text-sm 2xl:text-base" for="address_two" style="font-weight:400;margin-bottom:0;color:black;">Address Line 2</label>
      <input type="text" onchange="borderNone(event)" name="address_two" id="address-two" placeholder="Address Line 2"
        style="background-color:rgb(242, 244, 248); height: 2.5rem; border-radius:0.375rem; border:none; outline:none; padding:0.5rem; width:100%; margin:4px 0; color:black;">
    </div>
    <div class="flex flex-col items-start pt-2 print_plus_digital">
      <div>
        <label class="text-sm 2xl:text-base" for="city" style="font-weight:400;margin-bottom:0;color:black;">City</label>
        <input type="text" onchange="borderNone(event)" name="city" id="city" placeholder="City"
          style="background-color:rgb(242, 244, 248); height: 2.5rem; border-radius:0.375rem; border:none; outline:none; padding:0.5rem; width:100%; margin:4px 0; color:black;">
      </div>
      <div>
        <label class="text-sm 2xl:text-base" for="country" style="font-weight:400;margin-bottom:0;color:black;">County</label>
        <input type="text" onchange="borderNone(event)" name="country" id="country" placeholder="County"
          style="background-color:rgb(242, 244, 248); height: 2.5rem; border-radius:0.375rem; border:none; outline:none; padding:0.5rem; width:100%; margin:4px 0; color:black;">
      </div>
      <div>
        <label class="text-sm 2xl:text-base" for="post_code" style="font-weight:400;margin-bottom:0;color:black;">Post Code</label>
        <input type="text" onchange="borderNone(event)" name="post_code" id="post-code" placeholder="Post Code"
          style="background-color:rgb(242, 244, 248); height: 2.5rem; border-radius:0.375rem; border:none; outline:none; padding:0.5rem; width:100%; margin:4px 0; color:black;">
      </div>
    </div>
    <button type="button" id="show-payment-form"
      style="font-size: 16px; padding:0.5rem 0rem !important; margin:1rem 0rem; border-radius:0.375rem; font-weight:400; color:white !important; background-color:#1e1e1e !important; width:100%; border:none !important; ">Next</button>
  </div>
  <!-- /** create user form end */ -->
  <div id="payment-form-acc" style="overflow: hidden; height: 0px; transition: height 100ms ease-in;">
    <div class="py-2 px-2 xs:py-2 xs:px-4  mx-4 text-sm sm:text-base" style="margin-bottom: 10px;">
      <p style="border-bottom:2px solid black;width:max-content;margin:0 auto; color:black;"> Credit Card </p>
    </div>
    <div class="grid grid-cols-2 items-center">
      <div>
        <p class="text-sm 2xl:text-base font-medium text-left" style="margin: 0px;color:black;">Membership</p>
      </div>
      <div class="grid grid-cols-1 xs:grid-cols-2 gap-2">
        <div id="selected_persons" class="focus:outline-none text-sm 2xl:text-base" style="width: 7rem; border:none;color:black;"> 1 person <!-- <select name="person" id="person" class="focus:outline-none text-sm 2xl:text-base" style="width: 7rem; border:none;color:black;">
                      <option value="1">1 person</option>
                    </select> -->
        </div>
        <div style="display: flex; align-items:center;">
          <p class="focus:outline-none text-sm 2xl:text-base" style="margin: 0px;color:black;">
            <span id="selected_package"></span>
          </p>
          <!--  <select name="price" id="price" class="focus:outline-none text-sm 2xl:text-base" style="width: 7rem; border:none;color:black;">
                            <option value="1">£5/month</option>
                          </select>-->
        </div>
      </div>
    </div>
    <input type="hidden" value="0" id="free_trial_expire_date" name="free_trial_expire_date">
    <div class="flex flex-col items-start pt-2" style="margin-top: 10px;">
      <label class="text-sm 2xl:text-base" for="card_number" style="font-weight:400;margin-bottom:0;color:black;">Card number</label>
      <input type="text" name="card_number" id="card_number" autocomplete="cc-number" autocorrect="off" spellcheck="false" data-elements-stable-field-name="cardNumber" inputmode="numeric" aria-label="Credit or debit card number"
        placeholder="1234 1234 1234 1234" aria-invalid="false" value="" required=""
        style="background-color:rgb(242, 244, 248); height: 2.5rem; border-radius:0.375rem; border:none; outline:none; padding:0.5rem; width:100%; margin:4px 0; color:black;">
    </div>
    <div class="grid grid-cols-2 gap-2 mt-2">
      <div class="flex flex-col w-full mb-5">
        <label for="name" class="text-sm 2xl:text-base text-left" style="font-weight:400; margin-bottom:0; color:black;">Expiration date</label>
        <!-- <input type="text" name="name" id="name" class="border-none outline-none bg-mocono-gray mt-2 rounded-md"> -->
        <span class="mt-2 rounded-md flex items-center" style="background-color:rgb(242,244,248);">
          <input class="cc-expiry-input" style="border:none; background-color:rgb(242,244,248); border-radius:0.375rem;height:2.5rem; color:black;border:none; outline:none;" autocomplete="cc-exp" autocorrect="off" spellcheck="false" type="text"
            name="month" data-elements-stable-field-name="cardExpiry" inputmode="numeric" aria-label="Credit or debit card expiration date" placeholder="MM / YY" aria-invalid="false" value="" id="card_expiry_month">
          <!-- <input type="text" name="month" placeholder="MM" class="cc-expiry-input" id="card_expiry_month" maxlength="2" size="2" title="Please enter the correct month" style="border:none; background-color:rgb(242,244,248); border-radius:0.375rem;  height:2.5rem; color:black;border:none; outline:none;" autocomplete="cc-exp" autocorrect="off" spellcheck="false" type="text" data-elements-stable-field-name="cardExpiry" inputmode="numeric" aria-label="Credit or debit card expiration date" placeholder="MM / YY" aria-invalid="false"> -->
          <!-- <span class="">/</span>
                      <input class="cc-expiry-input" 
                      style="border:none; background-color:rgb(242,244,248); border-radius:0.375rem;  height:2.5rem; color:black;border:none; outline:none;" 
                      autocomplete="cc-exp"
                      autocorrect="off" 
                      spellcheck="false" 
                      type="text"
                      name="year" 
                      data-elements-stable-field-name="cardExpiry" 
                      inputmode="numeric" 
                      aria-label="Credit or debit card expiration date" 
                      placeholder="MM / YY" 
                      aria-invalid="false" 
                      value="04 / 24">  -->
          <!-- <input type="text" name="year" placeholder="YY" class="cc-expiry-input" id="card_expiry_year" maxlength="2" size="2" title="Please enter the correct year" style="border:none; background-color:rgb(242,244,248); border-radius:0.375rem;  height:2.5rem; color:black;border:none; outline:none;" autocomplete="cc-exp" autocorrect="off" spellcheck="false" type="text" data-elements-stable-field-name="cardExpiry" inputmode="numeric" aria-label="Credit or debit card expiration date" placeholder="MM / YY" aria-invalid="false"> -->
        </span>
      </div>
      <div class="flex flex-col ">
        <label for="cvv" class="text-sm 2xl:text-base" style="text-align:left;font-weight:400; margin-bottom:0; color:black;">Security code</label>
        <input type="text" name="cvv" id="cvv" class="text-sm cc-cvc-input" placeholder="CVV"
          style="background-color:rgb(242,244,248); border:none; height:2.5rem; border-radius:0.375rem; outline:none; color:black; width:100%; padding:0.5rem; margin:0.5rem 0rem;">
      </div>
    </div>
    <p id="card-errors" style="color: red" role="alert"></p>
    <p id="payment-success" style="color: green" role="alert"></p>
    <div>
      <input type="submit" value="Start membership" class="start-membership"
        style="font-size: 16px; padding:0.5rem 0rem !important; border-radius:0.375rem; font-weight:400; color:white !important; background-color:#1e1e1e !important; width:100%; border:none !important; ">
      <!-- <button id="show-signup-form" type="button" style="background-color: transparent; border:none;text-decoration:underline; color:black; font-size:16px; padding:4px 0px;font-weight:400;">Back</button> -->
    </div>
    <div class="text-center mb-4 mt-3">
      <p class="text-sm" style="color:black; padding:0 1rem;">By clicking "Start my membership" , you agree to our <a href="" class="underline">Membership Terms of
                                        Service</a>.</p>
      <p class="text-sm" style="color:black; padding:0 1rem;">Your payment method will be charged a recurring fee, unless you decide to cancel. You can cancel at any time. </p>
    </div>
  </div>
</form>

GET https://outdoorswimmer.com/

<form role="search" method="get" id="searchform" class="clear-fix" action="https://outdoorswimmer.com/"><input type="search" name="s" id="s" placeholder="Type &amp; hit Enter..." data-placeholder="Type &amp; hit Enter..." value=""><span
    class="svg-fa-wrap"><svg class="svg-inline--fa fa-search fa-w-16" aria-hidden="true" focusable="false" data-prefix="fa" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
      <path fill="currentColor"
        d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z">
      </path>
    </svg><!-- <i class="fa fa-search"></i> Font Awesome fontawesome.com --></span><input type="submit" id="searchsubmit" value="st"></form>

POST https://www.aweber.com/scripts/addlead.pl

<form method="post" class="af-form-wrapper" accept-charset="UTF-8" action="https://www.aweber.com/scripts/addlead.pl" target="_blank">
  <div style="display: none;"><input type="hidden" name="meta_web_form_id" value="85259475"><input type="hidden" name="meta_split_id" value=""><input type="hidden" name="listname" value="h2open2"><input type="hidden" name="redirect"
      value="https://outdoorswimmer.com/youre-almost-done/" id="redirect_a4623b9795ba4a8a245ccce47e8047a8"><input type="hidden" name="meta_adtracking" value="2022_Newsletter_Sign_Up_Form_-_article_inline"><input type="hidden" name="meta_message"
      value="1"><input type="hidden" name="meta_required" value="email"><input type="hidden" name="meta_tooltip" value="email||email@emailaddress.com"></div>
  <div id="af-form-85259475" class="af-form">
    <div id="af-body-85259475" class="af-body af-standards">
      <div class="af-element">
        <div class="bodyText">
          <p style="text-align: center;"><span style="font-size: 18px;"><strong>Expand Your Swimming Horizons</strong></span></p>
        </div>
        <div class="af-clear"></div>
      </div>
      <div class="af-element"><label class="previewLabel" for="awf_field-115385765"></label>
        <div class="af-textWrap"><input class="text" id="awf_field-115385765" type="text" name="email" value="email@emailaddress.com" tabindex="500" onfocus=" if (this.value == 'email@emailaddress.com') { this.value = ''; }"
            onblur="if (this.value == '') { this.value='email@emailaddress.com';} "></div>
        <div class="af-clear"></div>
      </div>
      <div class="af-element buttonContainer"><input name="submit" class="submit" type="submit" value="Get swimming inspiration in your inbox each week" tabindex="501">
        <div class="af-clear"></div>
      </div>
      <div class="af-element tag" style="display:none;"><input id="awf_tag-115385767" type="hidden" name="tag_115385767" value="website_newsletter_signup_22"></div>
      <div class="af-element tag" style="display:none;"><input id="awf_tag-115385768" type="hidden" name="tag_115385768" value="landing_page_form"></div>
      <div class="af-element privacyPolicy" style="text-align: center">
        <p>We respect your <a title="Privacy Policy" href="https://www.aweber.com/permission.htm" target="_blank" rel="nofollow">email privacy</a></p>
        <div class="af-clear"></div>
      </div>
    </div>
  </div>
</form>

POST https://www.aweber.com/scripts/addlead.pl

<form method="post" class="af-form-wrapper" accept-charset="UTF-8" action="https://www.aweber.com/scripts/addlead.pl" target="_blank">
  <div style="display: none;"><input type="hidden" name="meta_web_form_id" value="85259475"><input type="hidden" name="meta_split_id" value=""><input type="hidden" name="listname" value="h2open2"><input type="hidden" name="redirect"
      value="https://outdoorswimmer.com/youre-almost-done/" id="redirect_a4623b9795ba4a8a245ccce47e8047a8"><input type="hidden" name="meta_adtracking" value="2022_Newsletter_Sign_Up_Form_-_article_inline"><input type="hidden" name="meta_message"
      value="1"><input type="hidden" name="meta_required" value="email"><input type="hidden" name="meta_tooltip" value="email||email@emailaddress.com"></div>
  <div id="af-form-85259475" class="af-form">
    <div id="af-body-85259475" class="af-body af-standards">
      <div class="af-element">
        <div class="bodyText">
          <p style="text-align: center;"><span style="font-size: 18px;"><strong>Expand Your Swimming Horizons</strong></span></p>
        </div>
        <div class="af-clear"></div>
      </div>
      <div class="af-element"><label class="previewLabel" for="awf_field-115385765"></label>
        <div class="af-textWrap"><input class="text" id="awf_field-115385765" type="text" name="email" value="email@emailaddress.com" tabindex="500" onfocus=" if (this.value == 'email@emailaddress.com') { this.value = ''; }"
            onblur="if (this.value == '') { this.value='email@emailaddress.com';} "></div>
        <div class="af-clear"></div>
      </div>
      <div class="af-element buttonContainer"><input name="submit" class="submit" type="submit" value="Get swimming inspiration in your inbox each week" tabindex="501">
        <div class="af-clear"></div>
      </div>
      <div class="af-element tag" style="display:none;"><input id="awf_tag-115385767" type="hidden" name="tag_115385767" value="website_newsletter_signup_22"></div>
      <div class="af-element tag" style="display:none;"><input id="awf_tag-115385768" type="hidden" name="tag_115385768" value="landing_page_form"></div>
      <div class="af-element privacyPolicy" style="text-align: center">
        <p>We respect your <a title="Privacy Policy" href="https://www.aweber.com/permission.htm" target="_blank" rel="nofollow">email privacy</a></p>
        <div class="af-clear"></div>
      </div>
    </div>
  </div>
</form>

POST

<form id="user_login" method="post" novalidate="novalidate">
  <div class="flex flex-col items-start">
    <label class="text-sm 2xl:text-base" for="email" style="margin-bottom:4px;font-weight:400;color:#1e1e1e!important;">Email</label>
    <input type="email" name="email" id="login_email" class="text-sm bg-mocono-gray h-10 rounded-md border-none outline-none p-2 w-full my-1"
      style="background-color: rgba(242, 244, 248, 1);outline:none; border:none; border-radius:0.375rem;color:#1e1e1e!important;" required="" aria-required="true">
  </div>
  <div class="flex flex-col items-start py-2">
    <label class="text-sm 2xl:text-base" for="create_password" style="margin-bottom:4px;font-weight:400;color:#1e1e1e!important;">Password</label>
    <input type="password" name="password" id="login_password" class="text-sm bg-mocono-gray h-10 rounded-md border-none outline-none w-full my-1"
      style="background-color: rgba(242, 244, 248, 1);outline:none; border:none; border-radius:0.375rem;color:#1e1e1e!important;" required="" aria-required="true">
  </div>
  <div>
    <input type="submit" value="Sign in" class=" text-sm 2xl:text-base no-Outline login-butoon"
      style="padding:0; line-height:0; border-radius:0.375rem;height:3rem;font-weight:400;font-size:1rem;transition:100ms ease-in !important; margin-top:0.5rem;width:100%; text-transform:capitalize; background-color:#1e1e1e!important; color:white!important; border: none;">
  </div>
</form>

Text Content

OUTDOOR SWIMMER EXTRA

You’ve stumbled across premium content from Outdoor Swimmer magazine. You will
soon be able to access this through Outdoor Swimmer Extra. Please don’t attempt
to sign up yet!

You’ve tried to access premium content.




Person

Monthly

£4.99

Subscribe

Yearly

£49.99

Save £9.89

Subscribe

No, thanks

I already have an account

Back Back

Your account

Sign Up

Full Name
Email
Password
Address Line 1
Address Line 2
City
County
Post Code
Next

Credit Card

Membership

1 person



Card number
Expiration date
Security code







By clicking "Start my membership" , you agree to our Membership Terms of
Service.

Your payment method will be charged a recurring fee, unless you decide to
cancel. You can cancel at any time.

Cancel and go to homepage
 * Business Newsletter Sign Up
 * Advertise with us
 * Media Pack
 * Rate Card


 * SUBSCRIBE
   * Newsletter
   * READ THE Magazine
   * International Readers
 * News
 * Features
   * Cold Water Swimming
   * SAFETY
 * Training
   * Training Sessions
   * Coach Cassie
   * Top Tips
   * Training and Technique
   * You Ask, We Answer
 * Health
   * Bodycare
   * Nutrition
 * Events
   * Find an event
   * Event Reviews
 * Win!
 * Gear
   * Gear Advice
   * Product Reviews
 * Shop


 * 
   SUBSCRIBE
   * Newsletter
   * READ THE Magazine
   * International Readers
 * News
 * 
   Features
   * Cold Water Swimming
   * SAFETY
 * 
   Training
   * Training Sessions
   * Coach Cassie
   * Top Tips
   * Training and Technique
   * You Ask, We Answer
 * 
   Health
   * Bodycare
   * Nutrition
 * 
   Events
   * Find an event
   * Event Reviews
 * Win!
 * 
   Gear
   * Gear Advice
   * Product Reviews
 * Shop


DIP YOUR TOES IN

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


STARTING OUT

Read me


WATER TEMPERATURE

Read me


COLD WATER SWIMMING

See all articles


RIVER SWIMMING

Read me


SWIM SAFETY

Read me



NEWS

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

Expand Your Swimming Horizons







We respect your email privacy


 * 
   Body positivity and swimsuit making workshop
 * 
   Marine Conservation Society shares incredible underwater photos on World
   Wildlife Day
 * 
   Wild swimming show ‘SWIM’ is back on tour
 * 
   Healing waters: a new wave of social prescribing




DIVE INTO OUR SOCIAL COMMUNITY

 * instagram link
 * Facebook
 * LinkedIn
 * Twitter
 * youtube

#SWIMWILDANDFREE





TOP TIPS

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

 * 
   Pre- and post-swim rituals for cold-water swimming
 * 
   Why is early morning swim training so hard?
 * 
   How to plan an A to B swim
 * 
   Starting out – basic guide to outdoor swimming
 * 
   Keri-anne Payne’s top tips to improve your swimming
 * 
   Top Six Outdoor Swimming Books





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

EVENTS >>>

LISTINGS >>>




TRAINING & TECHNIQUE

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

 * 
   Research and planning for a swimming challenge
 * 
   How to do a self analysis of your swimming
 * 
   Tailor your own swim training plan
 * 
   Move of the month: Legs Up The Wall pose
 * 
   Move of the month: Lateral squats
 * 
   How can I train for speed when cold water swimming?
 * 
   Breathing when swimming: nose vs mouth
 * 
   Open water skill: Night swimming
 * 
   How to avoid neck pain in head-up breaststroke


SAFETY

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

 * 
   Myth busting: Can a swan break your arm?
 * 
   Don’t Panic About SIPE
 * 
   Winter swimming Q&A with cold water expert Dr Mark Harper
 * 
   Why winter swimming is not as dangerous as you might think
 * 
   Raising awareness about the impacts of underfueling with Project RED-S
 * 
   How to swim safely with weeds
 * 
   It’s time to start preparing for winter swimming
 * 
   Starting out – basic guide to outdoor swimming
 * 
   A beginner’s guide to wild swimming


HEALTH

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

 * 
   Post-swim recipe: Mushroom and lentil ragu
 * 
   Post-swim recipe: Ranjan’s Chana Masala
 * 
   Post-swim recipe: simple cookies
 * 
   Post swim recipe: everyday tomato sauce
 * 
   Post swim recipe: frangipane mince pies
 * 
   Does a warm drink after a cold swim really help?
 * 
   Post swim recipe: Pesto
 * 
   POST SWIM RECIPE Massaman Dhal
 * 
   Cold water, science and nutrition
 * 
   How to stay hydrated while swimming

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

Expand Your Swimming Horizons







We respect your email privacy




OUTDOOR SWIMMER

 * About Outdoor Swimmer
 * Contact Us
 * Privacy Policy
 * Terms and Conditions
 * In Memory


COMMUNITY

 * Free Newsletter: Sign up
 * Magazine Print Reading Experiences
 * Magazine Digital Reading Experiences
 * International Reader Experiences
 * Climategames Swim Challenges
 * Win!


BUSINESS

 * Business Newsletter
 * Advertise
 * Media Pack
 * Rate Card

2023 OutdoorSwimmer ©
 * ~ HOME ~



Your account

Sign in with your registered credentials

 * Sign In

Email
Password

Forgot password
Close