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

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

Form analysis 7 forms found in the DOM

<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
  <table cellspacing="0" cellpadding="0" role="presentation" class="gsc-search-box">
    <tbody>
      <tr>
        <td class="gsc-input">
          <div class="gsc-input-box" id="gsc-iw-id1">
            <table cellspacing="0" cellpadding="0" role="presentation" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
              <tbody>
                <tr>
                  <td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" aria-label="search" id="gsc-i-id1" dir="ltr" spellcheck="false"
                      style="width: 100%; padding: 0px; border: none; margin: 0px; height: auto; outline: none;"></td>
                  <td class="gsib_b">
                    <div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
        </td>
        <td class="gsc-search-button"><button class="gsc-search-button gsc-search-button-v2"><svg width="13" height="13" viewBox="0 0 13 13">
              <title>search</title>
              <path
                d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z">
              </path>
            </svg></button></td>
        <td class="gsc-clear-button">
          <div class="gsc-clear-button" title="clear results">&nbsp;</div>
        </td>
      </tr>
    </tbody>
  </table>
</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 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 Become a member
 * 
 * 
 * 
 * 

 * News
 * Events
 * Campaigning
 * Learning
 * Insight Zone
 * Great Britain Cycling Team
 * Shop Team Kit


 * Road
   * Road racing
   * Virtual Cycling
   * Sportives
   * Commuting
 * Off-Road
   * BMX Freestyle
   * BMX Racing
   * Cyclo-cross
   * Mountain bike
 * Track
   * Track cycling
   * Cycle speedway
 * Let's Ride
   * Pedal Parties
   * Breeze
   * Guided Rides
   * Community Groups
   * 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
 

Custom Search

Sort by:
Relevance

Relevance
Date






GOVERNANCE & SAFEGUARDING


SAFEGUARDING



Find out more


BRITISH CYCLING ANTI-DOPING

Read more


RULES & CONSTITUTION

Read More


LATEST NEWS


INTRODUCING OUR NEW COMMUNITY BIKE PARTNER... TREK!



Read more


FORT WILLIAM TO STAR ON 2024 NATIONAL DOWNHILL CALENDAR AFTER WORLD CHAMPIONSHIP
SUCCESS

Read more


ELENA DAY AND THOMAS MEIN DOMINATE IN PAIGNTON'S NATIONAL TROPHY SERIES

Read more


GREAT BRITAIN CYCLING TEAM


SHRIEVER SUCCESS SEALS PERFECT END TO 2023 UCI CYCLING WORLD CHAMPIONSHIPS



Find out more


SUPER SIX WORLD TITLES FOR GREAT BRITAIN ON PENULTIMATE DAY OF 2023 UCI CYCLING
WORLD CHAMPIONSHIPS

Find out more


GREAT BRITAIN SECURES TRIPLE THREAT OF MEDALS ON DAY NINE AT THE 2023 UCI
CYCLING WORLD CHAMPIONSHIPS

Find out more


JOIN BRITISH CYCLING


BECOME A RIDE MEMBER FOR £44



Join today


LEGAL AND INSURANCE COVER

Read more


HUNDREDS OF SAVINGS MADE AVAILABLE TO MEMBERS THROUGH OUR NEW REWARDS HUB

Read more


KIDS & YOUNG PEOPLE


SUMMER OF CYCLING

Free summer cycling activities for kids aged 7-12

Learn more


TEACH YOUR KIDS TO RIDE WITH QUICK AND EASY GAMES

Learn more


LOCAL CLUBS FOR KIDS AND YOUNG PEOPLE

Find a club


GOVERNANCE & SAFEGUARDING


SAFEGUARDING



Find out more


BRITISH CYCLING ANTI-DOPING

Read more


RULES & CONSTITUTION

Read More


LATEST NEWS


INTRODUCING OUR NEW COMMUNITY BIKE PARTNER... TREK!



Read more


FORT WILLIAM TO STAR ON 2024 NATIONAL DOWNHILL CALENDAR AFTER WORLD CHAMPIONSHIP
SUCCESS

Read more


ELENA DAY AND THOMAS MEIN DOMINATE IN PAIGNTON'S NATIONAL TROPHY SERIES

Read more

PrevNext
Latest newsGreat Britain Cycling TeamJoin British CyclingKids & Young
PeopleGovernance & 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


TIPS & ADVICE


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

GET INVOLVED


2023 ICSF WORLD CYCLE SPEEDWAY CHAMPIONSHIP RACE UPDATES

Read Story


BOB HOWDEN OBE RE-ELECTED AS BRITISH CYCLING PRESIDENT AT ANNUAL NATIONAL
COUNCIL


BRITISH CYCLING PARTNERS WITH TREK TO GROW AND DIVERSIFY CYCLING PARTICIPATION


FORT WILLIAM TO STAR ON 2024 NATIONAL DOWNHILL CALENDAR AFTER WORLD CHAMPIONSHIP
SUCCESS


ELENA DAY AND THOMAS MEIN DOMINATE IN PAIGNTON'S NATIONAL TROPHY SERIES


BRITISH RIDERS LIGHT UP THE TRACK AT THE UCI TRACK CHAMPIONS LEAGUE GRAND FINALE
IN LONDON

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.

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

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

UPGRADE YOUR MEMBERSHIP TO ENJOY THESE BENEFITS...


DISCOUNTS ON TOP CYCLING BRANDS

Enjoy over 100 offers on bikes, kit and more.


PEACE-OF-MIND INSURANCE

£20m third-party liability cover


FREE LEGAL SUPPORT

Get the help you need in case of an incident


MEMBERS VOICE FORUM

Have your say on things you care about

Get these benefits from £26


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


COME ON, ENJOY THE RIDE

Become a member from just £3.50 a month for unbeatable retail discounts,
unrivalled liability insurance, expert legal advice and more. Your support helps
us invest in the future of cycling for everyone.



Join us

Find out more

 * 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



© 2023 British Cycling
All Rights Reserved.