www.britishcycling.org.uk Open in urlscan Pro
2606:4700:10::6816:74f  Public Scan

Submitted URL: http://britishcycling.org.uk/
Effective URL: https://www.britishcycling.org.uk/
Submission: On March 21 via api from GB — Scanned from GB

Form analysis 7 forms found in the DOM

GET /search

<form class="form" action="/search" method="get">
  <div class="form__item form__item--string">
    <label class="form__label" for="globalsearch"></label>
    <input class="form__field form__field--medium form__field--string" type="text" placeholder="Search..." id="globalsearch" name="s">
  </div>
  <div class="form__actions">
    <button class="button button--tertiary" type="submit">Search</button>
  </div>
</form>

/events/

<form "method=" get" action="/events/">
  <input class="form__field form__field--medium form__field--string" type="text" placeholder="Postcode/City/Region..." id="ff-text-1" name="postcode">
  <button class="button button--medium">Find</button>
</form>

POST

<form id="create_acct_form" autocomplete="off" method="post">
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>First name:</h4>
      <input id="forename" class="form__field form__field--string" type="text" name="forename">
      <h5 class="error" id="forename_error" style="display: none;">Please enter your first name.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Last name:</h4>
      <input id="surname" class="form__field form__field--string" type="text" name="surname">
      <h5 class="error" id="surname_error" style="display: none;">Please enter your surname.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div id="sign_up-email" class="form__item form__item--string">
      <h4>Email Address:</h4>
      <input id="email" class="form__field form__field--string validate_email" type="text" name="email">
      <h5 class="error" id="email_error" style="display: none;">Please enter your E-Mail address.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Confirm Email:</h4>
      <input id="cemail" class="form__field form__field--string" type="text" name="cemail">
      <h5 class="error" id="cemail_error" style="display: none;">Please confirm your E-Mail address.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Password:</h4>
      <input id="password3" class="form__field form__field--string form__field--password" type="password" name="password3">
      <h5 class="error" id="password3_error" style="display: none;">Please enter a password.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Confirm Password:</h4>
      <input id="cpassword" class="form__field form__field--string form__field--password" type="password" name="cpassword" required="">
      <h5 class="error" id="cpassword_error" style="display: none;">Please confirm your password.</h5>
    </div>
  </div>
  <div id="sign_up-gender" class="grid-tablet-col-1-2">
    <div class="form__item form__item--select">
      <h4>Gender:</h4>
      <div class="select-wrap">
        <select id="gender" class="form__field form__field--select" name="gender" data-msg-required="">
          <option value="M">Male</option>
          <option value="F">Female</option>
        </select>
      </div>
      <h5 class="error" id="password3_error" style="display: none;">Please select your gender.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-full">
    <div class="grid-tablet-wrap">
      <div class="grid-tablet-col-1-2">
        <h4>I'm interested in:</h4>
        <fieldset class="form__group">
          <div class="grid-tablet-wide-wrap half-gutter">
            <div class="grid-tablet-wide-col-1-2">
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="road_and_track">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Road/Track</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="mtb">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">MTB</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="cycle_speedway">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Cycle Speedway</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="bmx">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">BMX</label>
              </div>
            </div>
            <div class="grid-tablet-wide-col-1-2">
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="cyclocross">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Cyclocross</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="fan_updates">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Fan Updates</label>
              </div>
            </div>
          </div>
        </fieldset>
      </div>
      <div class="grid-tablet-col-1-2">
        <h4>The type of riding I do is:</h4>
        <fieldset class="form__group">
          <div class="grid-tablet-wide-wrap half-gutter">
            <div class="grid-tablet-wide-col-1-2">
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="racing">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Racing</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="sportives">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Sportives</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="club_rides">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Club Rides</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="commuting">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Commuting</label>
              </div>
            </div>
            <div class="grid-tablet-wide-col-1-2">
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="leisure">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Leisure Rides</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="family">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Family Rides</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="not_a_cyclist">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">I am not an active cyclist</label>
              </div>
            </div>
          </div>
        </fieldset>
      </div>
    </div>
  </div>
  <div class="grid-tablet-col-full">
    <hr>
    <div class="grid-tablet-wrap">
      <div class="grid-tablet-col-1-2">
        <fieldset class="form__group">
          <div class="form__item form__item--boolean form__item--group">
            <input id="over_12" class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="over_12">
            <label class="form__label form__label--boolean form__label--group" for="over_12">I am aged over 16 or have permission from my guardian</label>
          </div>
          <div class="form__item form__item--boolean form__item--group">
            <input id="tsandcs" class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="tsandcs">
            <label class="form__label form__label--boolean form__label--group" for="tsandcs"> I have read and understood the <a href="/staticcontent/Website-Terms-and-Conditions-0" target="_blank">website terms of use</a> and the British Cycling
              <a href="/privacynotice" target="_blank">Privacy Notice</a>
            </label>
          </div>
          <div class="form__item form__item--boolean form__item--group">
            <input type="hidden" name="marketing_preferences[allow_all_email_marketing]" value="0"><input type="checkbox" name="marketing_preferences[allow_all_email_marketing]" id="marketing_preferences-allow_all_email_marketing"
              value="1">&nbsp;<label class="form__label form__label--boolean form__label--group" for="marketing_preferences-allow_all_email_marketing">As a britishcycling.org.uk user I am happy for British Cycling to send me cycling news, content,
              offers and tips by email.</label><br>
          </div>
        </fieldset>
      </div>
      <div class="grid-tablet-col-1-2">
        <div id="register_errors" class="error sign_up_sign_in_form_errors" style="display: none;"></div>
        <p>
          <a id="create_account_button" class="button button--xlarge button--block" href="">Register Now</a>
        </p>
      </div>
    </div>
  </div>
</form>

Name: login_formPOST

<form id="login_form" autocomplete="off" name="login_form" action="" method="post">
  <div class="grid-tablet-wide-col-2-3">
    <div class="form__item form__item--string">
      <h4>Membership number:</h4>
      <input id="username2" class="form__field form__field--string" type="text" name="username2" value="" required="">
      <h5 class="error" for="username2" id="username2_error" style="display: none;">This field is required.</h5>
    </div>
    <div class="form__item form__item--string">
      <h4>Password:</h4>
      <input id="password2" class="form__field form__field--string form__field--password" type="password" name="password2" value="" required="">
      <h5 class="error" for="password2" id="password2_error" style="display: none;">This field is required.</h5>
    </div>
    <div class="form__item form__item--boolean form__item--group">
      <input id="remember_me" class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" checked="checked" name="remember_me" value="1">
      <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Remember me</label>
    </div>
    <div id="login_errors" style="display:none">
      <h5 class="error" id="login_errors_label" style="display: none;"></h5>
    </div>
    <div class="form__actions">
      <button id="login_button" class="button button--medium">Login</button>
      <input type="hidden" id="validcode" name="validcode" value="">
    </div>
  </div>
  <div class="grid-tablet-wide-col-1-3">
    <div class="article--login-register__help-box">
      <h5>Help</h5>
      <ul>
        <li> I don't know my <a id="forgot-passwork-link" href="javascript: void(0)">username/password</a></li>
        <li> Not <a id="create_account_link" href="javascript:void(0);">registered</a> yet?</li>
        <li> Need further help? <a href="mailto:membership@britishcycling.org.uk">Contact us</a></li>
      </ul>
    </div>
  </div>
</form>

POST

<form id="event_recover_passwd_form" autocomplete="off" method="post">
  <div class="">
    <p>If you do not know your password, enter your username and we will send a password reset to your registered email address.</p>
  </div>
  <div class="form__item form__item--string">
    <h4>Username / Membership No:</h4>
    <input id="recoverusername" class="form__field form__field--string" type="text" name="recoverusername" value="" required=""><br>
    <h5 class="error" for="recoverusername" id="recoverusername_error" style="display: none;">This field is required.</h5>
  </div>
  <div class="ok_button form__actions">
    <button id="recover_passwd_button" class="button button--medium">Reset Password</button>
  </div>
  <div id="event_recover_passwd_errors" style="display:none">
    <h5 class="error" id="event_recover_passwd_errors_label" style="display: none;"></h5>
  </div>
</form>

<form id="event_recover_acct_form">
  <p>If you don't know your username, enter the email address with which your account is registered and we will send you a reminder.</p>
  <div class="form__item form__item--string">
    <h4>E-Mail Address:</h4>
    <input id="email2" name="email2" class="form__field form__field--string validate_email" type="text" value="" required=""><br>
    <h5 class="error" for="email2" id="email2_error" style="display: none;">This field is required.</h5>
  </div>
  <div class="ok_button form__actions">
    <button id="recover_username_button" class="button button--medium">Get Username</button>
  </div>
  <div id="event_recover_username_errors" style="display:none">
    <h5 class="error" id="event_recover_username_errors_label" style="width: 350px; text-align: left; display: none;"></h5>
  </div>
</form>

POST

<form id="confirm_password" autocomplete="off" method="post">
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Password</h4>
      <input id="cpassword2" class="form__field form__field--string" type="password" name="cpassword2" value="">
      <h5 class="error" for="cpassword2" id="cpassword2_error" style="display: none;">This field is required.</h5>
    </div>
    <div id="confirm_password_errors" style="display: none">
      <label class="error" id="confirm_password_errors_label" style="display: none;"></label>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <h4>&nbsp;</h4>
    <div class="form__actions">
      <button id="confirm_password_button" class="button button--medium">Confirm</button>
      <button id="confirm_password_cancel_button" class="button button--medium button--secondary">Cancel</button>
    </div>
  </div>
</form>

Text Content

Login Register for tips & videos
 * 
 * 
 * 
 * 

 * News
 * Events
 * Campaigning
 * Education & Courses
 * Insight Zone
 * Great Britain Cycling Team


 * Road
   * Road racing
   * Virtual Cycling
   * Sportives
   * Commuting
 * Dirt
   * BMX
   * Cyclo-cross
   * Mountain bike
 * Track
   * Track cycling
   * Cycle speedway
 * Let's Ride
   * Let's Ride Local
   * Let's Ride
   * Breeze
   * Guided Rides
   * Ride Social
   * Cycling routes
 * Get Involved
   * Choose Cycling
   * Get into cycling
   * Officials & Volunteers
   * Club cycling
   * Kids & Young People
   * Talent Development Pathway
   * Disability & Para-cycling
   * Women's cycling
   * Regions & Nations
 * Membership
   * Become a member
   * Renew your membership
   * Member benefits
   * Join the community
   * Help and support

Search


GOVERNANCE & SAFEGUARDING


SAFEGUARDING



Find out more


BRITISH CYCLING ANTI-DOPING

Read more


RULES & CONSTITUTION

Read More


LATEST NEWS


2022 NATIONAL BMX SERIES KICKS OFF IN MANCHESTER

Manchester's National Cycling Centre played host to the opening rounds of the
2022 National BMX series at the weekend, with Olympic and World Champion Bethany
Shriever finishing the weekend with back-to-back victories.

Read more


TEAM LINE-UP FOR UCI CYCLING ESPORTS WORLD CHAMPIONSHIPS ANNOUNCED

Read more


YOUR CHANCE TO SEE 2022 BRITISH NATIONAL TRACK CHAMPIONSHIPS IN NEWPORT

Read more


GREAT BRITAIN CYCLING TEAM


SILVER SUNDAY FOR ARCHIBALD IN ROUBAIX

Newly-crowned omnium world champion Katie Archibald capped off a stellar week at
the UCI Track Cycling World Championship in Roubaix with a silver medal in the
women’s point’s race.

Find out more


PARA-CYCLING LEAD TO TAKE PERFORMANCE DIRECTOR ROLE AT PENTATHLON GB

Find out more


ARCHIBALD DELIGHTS HOME CROWD IN LONDON

Find out more


JOIN BRITISH CYCLING


BECOME A RIDE MEMBER FOR £44



Join today


LEGAL AND INSURANCE COVER

Read more


EXCLUSIVE RETAIL BENEFITS

Read more


LEARN TO RIDE


TEACH YOUR KIDS TO RIDE WITH QUICK AND EASY GAMES

Check out HSBC UK Ready Set Ride for the fun way to learn to ride a bike.

Learn more


BUYING A CHILD’S BIKE? READ OUR TOP TIPS BEFORE YOU HIT THE SHOPS

Read more


BALANCE BIKE GAMES TO HELP YOUR LITTLE ONE GET READY TO PEDAL

Play our games


GOVERNANCE & SAFEGUARDING


SAFEGUARDING



Find out more


BRITISH CYCLING ANTI-DOPING

Read more


RULES & CONSTITUTION

Read More


LATEST NEWS


2022 NATIONAL BMX SERIES KICKS OFF IN MANCHESTER

Manchester's National Cycling Centre played host to the opening rounds of the
2022 National BMX series at the weekend, with Olympic and World Champion Bethany
Shriever finishing the weekend with back-to-back victories.

Read more


TEAM LINE-UP FOR UCI CYCLING ESPORTS WORLD CHAMPIONSHIPS ANNOUNCED

Read more


YOUR CHANCE TO SEE 2022 BRITISH NATIONAL TRACK CHAMPIONSHIPS IN NEWPORT

Read more

PrevNext
Latest newsGreat Britain Cycling TeamJoin British CyclingLearn to rideGovernance
& Safeguarding


JOIN US


 * Become a member
 * Become an official fan
 * Member & fan benefits
 * Insurance & legal support

FIND OUT MORE


EVENTS


FIND EVENTS NEAR ME:

Find
 * Races
 * Leisure rides
 * Challenge rides & Sportives
 * Events for young people

VIEW ALL EVENTS


#CHOOSECYCLING


 * How to commute by bike
 * Family rides with Let's Ride Local
 * Tips with our Insight Zone
 * Peace of mind support

#CHOOSECYCLING


ANNOUNCING OUR 2022 ELITE DEVELOPMENT TEAMS

Read Story


COLE AND MACLEAN-HOWELL POWER TO VICTORY AT BRUTAL OPENING ROUNDS OF THE 2022
JUNIOR ROAD SERIES


2022 NATIONAL BMX SERIES KICKS OFF IN MANCHESTER


WATCH OLYMPIC CHAMPION SHRIEVER AND THE TEAM IN ACTION LIVE


BEN GREENWOOD APPOINTED AS GREAT BRITAIN CYCLING TEAM MEN'S PODIUM ENDURANCE
COACH


HAT-TRICKS FOR CARLIN AND GRAHAM TO END THE BRITISH NATIONAL TRACK CHAMPIONSHIPS

More news


GET STARTED


 * Get into cycling
 * Children and young people
 * Join a cycling club
 * Become a volunteer

ABOUT US


GET INTO BRITISH CYCLING

 * Register
 * Login
 * Recover


REGISTER WITH BRITISH CYCLING TODAY, IT'S FREE!



FIRST NAME:

PLEASE ENTER YOUR FIRST NAME.

LAST NAME:

PLEASE ENTER YOUR SURNAME.

EMAIL ADDRESS:

PLEASE ENTER YOUR E-MAIL ADDRESS.

CONFIRM EMAIL:

PLEASE CONFIRM YOUR E-MAIL ADDRESS.

PASSWORD:

PLEASE ENTER A PASSWORD.

CONFIRM PASSWORD:

PLEASE CONFIRM YOUR PASSWORD.

GENDER:

MaleFemale

PLEASE SELECT YOUR GENDER.

I'M INTERESTED IN:

Road/Track
MTB
Cycle Speedway
BMX
Cyclocross
Fan Updates

THE TYPE OF RIDING I DO IS:

Racing
Sportives
Club Rides
Commuting
Leisure Rides
Family Rides
I am not an active cyclist

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

I am aged over 16 or have permission from my guardian
I have read and understood the website terms of use and the British Cycling
Privacy Notice
 As a britishcycling.org.uk user I am happy for British Cycling to send me
cycling news, content, offers and tips by email.


Register Now

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

REGISTERED USER BENEFITS INCLUDE:


NEWS TO YOUR INBOX

Receive a complimentary copy of our weekly members e-newsletter.


VIDEO TIPS

We'll send you videos of our top cycling tips and techniques.


EXCLUSIVE OFFERS

Great offers on becoming a British Cycling member, however you ride.


BRITISH CYCLING EVENTS

As a registered user, you'll be able to enter over 4,000 events online.

or Join British Cycling Instead


LOGIN TO YOUR BRITISH CYCLING ACCOUNT.





MEMBERSHIP NUMBER:

THIS FIELD IS REQUIRED.

PASSWORD:

THIS FIELD IS REQUIRED.

Remember me



Login

HELP

 * I don't know my username/password
 * Not registered yet?
 * Need further help? Contact us


RETRIEVE YOUR ACCOUNT DETAILS

FORGOTTEN PASSWORD

If you do not know your password, enter your username and we will send a
password reset to your registered email address.

USERNAME / MEMBERSHIP NO:


THIS FIELD IS REQUIRED.

Reset Password



FORGOTTEN USERNAME / MEMBERSHIP NUMBER

If you don't know your username, enter the email address with which your account
is registered and we will send you a reminder.

E-MAIL ADDRESS:


THIS FIELD IS REQUIRED.

Get Username





We have found a match between your Facebook account and British Cycling.

To link accounts please enter your British Cycling password. You only need to do
this once.

PASSWORD

THIS FIELD IS REQUIRED.



 

Confirm Cancel


“FROM FANS AND RIDERS TO CYCLING ENTHUSIASTS AND PROFESSIONALS, BRITISH CYCLING
IS SUITABLE FOR ALL LEVELS AND ACTIVELY ENCOURAGES ALL TO GET INVOLVED”



Jason Kenny

About British Cycling

Join us

 * Contact us
 * Rules & constitution
 * Our partners
 * Vacancies
 * Terms of use
 * Privacy notice
 * Cookies
 * Anti-doping
 * Safeguarding

British Cycling,
Stuart Street,
Manchester M11 4DQ

Tel 0161 274 2000


 * Facebook
 * Twitter
 * Youtube
 * Flickr



© 2022 British Cycling
All Rights Reserved.