account.formula1.com Open in urlscan Pro
2600:9000:2057:6a00:17:212a:5740:93a1  Public Scan

Submitted URL: https://account.formula1.com/#/en/privacy-policy
Effective URL: https://account.formula1.com/
Submission: On May 15 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST #

<form id="loginform" action="#" method="post" enctype="multipart/form-data">
  <div class="field alert alert-danger" role="alert">
    <span class="control-label" data-i18n="csgCoreErrorMessages.default">Sorry something went wrong</span>
  </div>
  <div class="field">
    <label data-i18n="login.username">Email address</label>
    <input type="text" placeholder="Enter your username" data-i18n="[placeholder]login.EnterYourUsername" name="Login" class="txtLogin">
    <span class="error-msg" data-i18n="login.error.username">Please enter valid username/email address</span>
  </div>
  <div class="field password">
    <label data-i18n="login.password">Password</label>
    <input type="password" placeholder="Enter your password" data-i18n="[placeholder]login.EnterYourPassword" name="Password" class="txtPassword">
    <span class="error-msg" data-i18n="login.error.password">Password is not correct</span>
    <span class="eyeIcon eyeHide"></span>
  </div>
  <div class="actions">
    <a href="#forget-password" class="pagelinks link link--inline forgetPassword" data-i18n="login.forgetPassword">Forgotten password?</a>
    <button type="submit" class="btn btn-primary" data-i18n="login.login">Sign In</button>
  </div>
  <div class="secondary-actions">
    <span data-i18n="login.dontHaveAccountYet" class="dontHaveAccountYet">Don't have an account yet?</span>
    <a href="#register" class="pagelinks link link--inline text-nowrap" data-i18n="login.registerWithF1">Register with F1</a>
  </div>
</form>

POST #

<form id="forgetPasswordForm" action="#" method="post" enctype="multipart/form-data">
  <div class="field alert alert-danger" role="alert">
    <span class="control-label" data-i18n="csgCoreErrorMessages.default">Sorry something went wrong</span>
  </div>
  <div class="field">
    <span class="form-context" data-i18n="forgetPassword.formContext">To reset your password, please enter your email address below</span>
  </div>
  <div class="field">
    <label data-i18n="forgetPassword.emailAddress">Email address</label>
    <input type="text" data-i18n="[placeholder]forgetPassword.EnterYourEmail" name="email" class="txtEmail" placeholder="Email address">
    <span class="error-msg" data-i18n="login.error.resetpassword">Please enter valid email address</span>
  </div>
  <div class="actions">
    <a href="#login" class="pagelinks link link--inline backtologin" data-i18n="forgetPassword.backToSignIn">Back to Sign In</a>
    <button type="submit" class="btn btn-primary" data-i18n="forgetPassword.resetPassword">Reset password</button>
  </div>
</form>

POST index.html

<form class="" action="index.html" method="post" enctype="multipart/form-data">
  <div class="discount-promo-banner hide">
    <h2 class="discount-title" data-i18n="subscription.discount.title">F1 TV launch offer</h2>
    <p class="discount-subtitle" data-i18n="subscription.discount.subtitle">Get 10% off your annual subscription**</p>
    <p class="discount-footer" data-i18n="subscription.discount.offerEnds">**Offer has been extended until 27/06/2018. Promotional price is valid on first purchase only.</p>
  </div>
  <div class="field">
    <div class="row">
      <div class="col-xs-12">
        <h1 class="page-heading" data-i18n="subscription.subscriptionThatSuits">Select a subscription plan that suits you</h1>
      </div>
    </div>
    <div class="row">
      <div class="col-sm-12">
        <p class="f1--xs" data-i18n="subscription.whereYouWatchingFrom">Where will you be watching from?</p>
        <select id="countryList" class="countryList" name="country">
          <option value="null" data-i18n="subscription.selectACountry">Please select a country</option>
        </select>
        <input type="hidden" name="selectedCountry" id="selectedCountry">
      </div>
      <div class="col-xs-12 subtext-wrapper hide">
      </div>
    </div>
    <div class="productAvailable">
      <!-- Free trial section starts here -->
      <div class="row hide">
        <div class="col-sm-12">
          <div class="free-trial-wrapper">
            <div class="image-wrapper">
              <img src="images/free-trial/7DFT_ENG_x2.png" data-i18n="[src]freeTrials.banner.bgImg">
            </div>
            <div class="text-wrapper f1-color--white">
              <p class="free-trial-title f1-bold--s" data-i18n="freeTrials.banner.heading">ENJOY F1 TV PRO FREE FOR 7 DAYS**</p>
              <p class="free-trial-description f1--xs" data-i18n="freeTrials.banner.desc">To activate your free trial select a monthly or annual F1 TV Pro subscription plan from below.</p>
            </div>
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-md-6 F1_TV_Pro hide">
          <div class="product-col">
            <div class="row">
              <div class="col-xs-12">
                <p class="product-name">
                  <img src="images/F1_TV_Pro.png" alt="">
                </p>
                <p class="product-desc f1-xs visible-xs f1-center" data-i18n="subscription.liveRacingFansF1ArchiveLiveTiming">A live service made for racing fans. Get the full F1 archive and Live Timing data.</p>
              </div>
            </div>
            <div class="row product-panel">
              <div class="col-xs-12 item2">
                <div class="prod-detail">
                  <div class="product-list-wrapper">
                    <div class="visible-xs">
                      <span class="list-header" data-i18n="subscription.planIncludes">Plan includes</span>
                      <a href="#" class="list-icon pull-right" data-product-panel="product-f1-pro">
                                                        <span class="glyphicon glyphicon-plus"></span>
                                                    </a>
                    </div>
                    <div class="product-list product-features hidden-xs product-f1-pro" data-plan="Pro"></div>
                    <script type="text/template" id="product-features--template"> <@
        var featureSets = featureSets,
            productPlan = productPlan,
            isBoth =  featureSets.length > 1 ? true : false;

        _.each(featureSets, function(featureSet, key, list) {
            if(featureSet.product.productId === productPlan) {
    @>
        <div class="product-features--top">
        <@ _.each(featureSet.featureCategories, function(featureCategory, key, list) {
                if(featureCategory.style !== 'accordion') {
        @>
            <p class="product-features--title"><@=featureCategory.description@></p>
            <ul class="feature-list">
            <@ _.each(featureCategory.features, function(feature, key, list) { @>
                <li><i class="<@=featureCategory.style@>"></i><@=feature.description@></li>
            <@ }); @>
            </ul>
        <@
                }
            });
        @>
        </div>
        <div class="product-features--bottom">
        <@
            _.each(featureSet.featureCategories, function(featureCategory, key, list) {
                if(featureCategory.style === 'accordion') {
        @>
                <p class="product-features--title"><@=featureCategory.description@></p>
                <p class="product-features--desciption"><i class="<@=featureCategory.style@>"></i><@=featureCategory.subTitle@></p>
                <ul class="feature-list <@=featureCategory.style@>">
                <@ _.each(featureCategory.features, function(feature, key, list) { @>
                    <li><i class="icon-bullet"></i><@=feature.description@></li>
                <@ }); @>
                </ul>
        <@
                }
            });
        @>
        </div>
    <@
            }
        });
    @>
</script>
                  </div>
                </div>
              </div>
              <div class="col-xs-12 item1">
                <div class="row free-trial-pricing-container free-trial-price-wrapper hide">
                  <div class="col-xs-12">
                    <p class="free-trial-callout free-trial-text f1-uppercase f1-center misc--label" data-i18n="freeTrials.pricing.buttonText">7 DAY FREE TRIAL</p>
                  </div>
                  <div class="col-xs-6 col-md-12">
                    <div class="product-price-wrapper monthlyFreeTrial">
                      <div class="price">
                        <p class="original-price">
                          <span class="currencySymbol"></span> <span class="currencyValue"></span>
                        </p>
                        <p class="discounted-price">
                          <span class="currencySymbol"></span> <span class="discountedValue"></span>
                        </p>
                      </div>
                      <p class="misc--label" data-i18n="subscription.perMonth">Per Month</p>
                      <div class="price-radio-wrapper">
                        <span class="radio-wrapper">
                          <input type="radio" name="product_radio" value="F1_TV_Pro_Monthly_freeTrial" class="product-radio" data-btn-active="btn-f1-pro-free-trial">
                        </span>
                      </div>
                    </div>
                  </div>
                  <div class="col-xs-6 col-md-12">
                    <div class="product-price-wrapper annualFreeTrial">
                      <div class="price">
                        <p class="original-price">
                          <span class="currencySymbol"></span> <span class="currencyValue"></span>
                        </p>
                        <p class="discounted-price">
                          <span class="currencySymbol"></span> <span class="discountedValue"></span>
                        </p>
                      </div>
                      <p class="misc--label" data-i18n="subscription.perYear">Per Year</p>
                      <div class="price-radio-wrapper">
                        <span class="radio-wrapper">
                          <input type="radio" name="product_radio" value="F1_TV_Pro_Annual_freeTrial" class="product-radio" data-btn-active="btn-f1-pro-free-trial">
                        </span>
                      </div>
                    </div>
                  </div>
                  <div class="col-xs-12 f1-center">
                    <button type="button" class="addToCart btn btn-primary btn-fullwidth btn-f1-pro-free-trial btn-inactive" data-i18n="freeTrials.pricing.suscribeText">Start Free Trial</button>
                  </div>
                </div>
              </div>
              <div class="col-xs-12 item1">
                <div class="row intro-pricing-container hide">
                  <div class="col-xs-6 col-md-12">
                    <div class="product-price-wrapper annualIntro">
                      <div class="offer-band">
                        <span class="offer-percentage"></span>
                        <span class="offer-disclaimer-symbol"></span>
                      </div>
                      <div class="price">
                        <p class="intro-price">
                          <span class="currencySymbol"></span><span class="discountedValue"></span>
                        </p>
                        <p class="intro-price-duration">
                          <span class="f1-uppercase"></span>
                        </p>
                        <p class="post-intro-price">
                          <span class="f1-uppercase"></span>
                        </p>
                      </div>
                      <div class="price-radio-wrapper">
                        <span class="radio-wrapper">
                          <input type="radio" name="product_radio" value="F1_TV_Pro_Annual" class="product-radio" data-btn-active="btn-f1-pro-intro-pricing">
                        </span>
                      </div>
                    </div>
                  </div>
                  <div class="col-xs-6 col-md-12">
                    <div class="product-price-wrapper monthlyIntro">
                      <div class="offer-band">
                        <span class="offer-percentage"></span>
                        <span class="offer-disclaimer-symbol"></span>
                      </div>
                      <div class="price">
                        <p class="intro-price">
                          <span class="currencySymbol"></span><span class="discountedValue"></span>
                        </p>
                        <p class="intro-price-duration">
                          <span class="f1-uppercase"></span>
                        </p>
                        <p class="post-intro-price">
                          <span class="f1-uppercase"></span>
                        </p>
                      </div>
                      <div class="price-radio-wrapper">
                        <span class="radio-wrapper">
                          <input type="radio" name="product_radio" value="F1_TV_Pro_Monthly" class="product-radio" data-btn-active="btn-f1-pro-intro-pricing">
                        </span>
                      </div>
                    </div>
                  </div>
                  <div class="col-xs-12 f1-center">
                    <button type="button" class="addToCart btn btn-primary btn-inactive btn-fullwidth btn-f1-pro-intro-pricing"></button>
                  </div>
                </div>
              </div>
              <div class="col-xs-12 item1 subscribe-container">
                <div class="row">
                  <div class="col-xs-6 col-md-12">
                    <div class="product-price-wrapper monthly">
                      <div class="price">
                        <p class="original-price">
                          <span class="currencySymbol"></span> <span class="currencyValue"></span>
                        </p>
                        <p class="discounted-price">
                          <span class="currencySymbol"></span> <span class="discountedValue"></span>
                        </p>
                      </div>
                      <p class="misc--label" data-i18n="subscription.perMonth">Per Month</p>
                      <div class="price-radio-wrapper">
                        <span class="radio-wrapper">
                          <input type="radio" name="product_radio" value="F1_TV_Pro_Monthly" class="product-radio" data-btn-active="btn-f1-pro">
                        </span>
                      </div>
                    </div>
                  </div>
                  <div class="col-xs-6 col-md-12">
                    <div class="product-price-wrapper annual">
                      <div class="price">
                        <p class="original-price">
                          <span class="currencySymbol"></span> <span class="currencyValue"></span>
                        </p>
                        <p class="discounted-price">
                          <span class="currencySymbol"></span> <span class="discountedValue"></span>
                        </p>
                      </div>
                      <p class="misc--label" data-i18n="subscription.perYear">Per Year</p>
                      <p class="misc--label promotional-offer" data-i18n="subscription.discount.firstYear">First year**</p>
                      <div class="price-radio-wrapper">
                        <span class="radio-wrapper">
                          <input type="radio" name="product_radio" value="F1_TV_Pro_Annual" class="product-radio" data-btn-active="btn-f1-pro">
                        </span>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <div class="row">
              <div class="col-xs-12 f1-center">
                <button type="button" class="addToCart btn btn-primary btn-inactive btn-fullwidth btn-f1-pro" data-i18n="subscription.subscribe">Subscribe</button>
              </div>
            </div>
          </div>
        </div>
        <div class="col-md-6 F1_TV_Access hide">
          <div class="product-col">
            <div class="row">
              <div class="col-xs-12">
                <p class="product-name">
                  <img src="images/F1_TV_Access.png" alt="">
                </p>
                <p class="product-desc f1-xs visible-xs f1-center" data-i18n="subscription.fullF1LiveTiming"></p>
              </div>
            </div>
            <div class="row product-panel">
              <div class="col-xs-12 item2">
                <div class="prod-detail">
                  <div class="product-list-wrapper">
                    <div class="visible-xs">
                      <span class="list-header" data-i18n="subscription.planIncludes">Plan includes</span>
                      <a href="#" class="list-icon pull-right" data-product-panel="product-f1-access">
                                                        <span class="glyphicon glyphicon-plus"></span>
                                                    </a>
                    </div>
                    <div class="product-list product-features hidden-xs product-f1-access" data-plan="Access"></div>
                    <script type="text/template" id="product-features--template"> <@
        var featureSets = featureSets,
            productPlan = productPlan,
            isBoth =  featureSets.length > 1 ? true : false;

        _.each(featureSets, function(featureSet, key, list) {
            if(featureSet.product.productId === productPlan) {
    @>
        <div class="product-features--top">
        <@ _.each(featureSet.featureCategories, function(featureCategory, key, list) {
                if(featureCategory.style !== 'accordion') {
        @>
            <p class="product-features--title"><@=featureCategory.description@></p>
            <ul class="feature-list">
            <@ _.each(featureCategory.features, function(feature, key, list) { @>
                <li><i class="<@=featureCategory.style@>"></i><@=feature.description@></li>
            <@ }); @>
            </ul>
        <@
                }
            });
        @>
        </div>
        <div class="product-features--bottom">
        <@
            _.each(featureSet.featureCategories, function(featureCategory, key, list) {
                if(featureCategory.style === 'accordion') {
        @>
                <p class="product-features--title"><@=featureCategory.description@></p>
                <p class="product-features--desciption"><i class="<@=featureCategory.style@>"></i><@=featureCategory.subTitle@></p>
                <ul class="feature-list <@=featureCategory.style@>">
                <@ _.each(featureCategory.features, function(feature, key, list) { @>
                    <li><i class="icon-bullet"></i><@=feature.description@></li>
                <@ }); @>
                </ul>
        <@
                }
            });
        @>
        </div>
    <@
            }
        });
    @>
</script>
                  </div>
                </div>
              </div>
              <div class="col-xs-12 item1">
                <div class="row">
                  <div class="col-xs-6 col-md-12 js-col-adjust monthlyBox">
                    <div class="product-price-wrapper monthly">
                      <div class="price">
                        <p class="original-price">
                          <span class="currencySymbol"></span> <span class="currencyValue"></span>
                        </p>
                        <p class="discounted-price">
                          <span class="currencySymbol"></span> <span class="discountedValue"></span>
                        </p>
                      </div>
                      <p class="misc--label" data-i18n="subscription.perMonth">Per Month</p>
                      <div class="price-radio-wrapper">
                        <span class="radio-wrapper">
                          <input type="radio" name="product_radio" value="F1_TV_Access_Monthly" class="product-radio" data-btn-active="btn-f1-access">
                        </span>
                      </div>
                    </div>
                  </div>
                  <div class="col-xs-6 col-md-12 js-col-adjust annualBox">
                    <div class="product-price-wrapper annual">
                      <div class="price">
                        <p class="original-price">
                          <span class="currencySymbol"></span> <span class="currencyValue"></span>
                        </p>
                        <p class="discounted-price">
                          <span class="currencySymbol"></span> <span class="discountedValue"></span>
                        </p>
                      </div>
                      <p class="misc--label" data-i18n="subscription.perYear">Per Year</p>
                      <p class="misc--label promotional-offer" data-i18n="subscription.discount.firstYear">First year**</p>
                      <div class="price-radio-wrapper">
                        <span class="radio-wrapper">
                          <input type="radio" name="product_radio" value="F1_TV_Access_Annual" class="product-radio" data-btn-active="btn-f1-access">
                        </span>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="row">
                  <div class="col-xs-12 f1-center">
                    <button type="button" class="addToCart btn btn-primary btn-inactive btn-fullwidth btn-f1-access" data-i18n="subscription.subscribe">Subscribe</button>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <!-- OPiN-Partner-list Wrapper -->
      <div id="OPiN-Partner-list--wrapper"></div>
      <script type="text/template" id="OPiN-Partner-list--template"> <div class="OPiN_partners_list OPin_partner_subscription-page">
                    	<div class="row f1-bg--offWhite">
                    		<div class="col-md-12">
                    			<div class="f1-bg--white br-rad">		
                    				<div class="row mar-2">
                    					<div class="col-12 ">
                    						<div class="dis-flex f1--s">
                    							<div>
                    								<img class="banner_img" src="images/F1_TV_Pro.png" alt="<@= translation.f1LogoAlt @>" >
                    							</div>
                    							<div><@= translation.partnersOffers @></div>
                    						</div>
                    						<div class="desc text-center mar-set">
                    							<span class="f1--xs" ><@= translation.partnersDesc @></span>
                    						</div>
                    					</div>
                    				</div>		
                    				<@ _.each(partners, function(partner, key, list) { 
                    					
                    					var redirectURL = fom.components.OPiNPartner.getRedirectURL(partner.data.partner_configuration_uid, country);    
                    				@>
                    				<div class="row bor-top mar-2 mb-1 dis-flex dis-block">
                    					
                    					<div class="col-md-3 madr-auto">
                    						<div class=""><img class="max-size" src="<@= partner.data.logo @>"  alt="<@= partner.data.partner_configuration_name @>"></div>
                    					</div>
                    					<div class="col-md-5 mar-bottom">
                    						<h2 class="f1-bold--s h2-mr" ><@= partner.data.additional_translations.offer_headline @></h2>
                    						<div class="p-mr misc--tag f1-color--gray5"><@= partner.data.additional_translations.description @></div>
                    					</div>
                    					<div class="col-md-4 padr-0 madr-auto">
                    						<a href="<@= redirectURL @>" class="btn btn--default btn-fullwidth btn--reverse f1-center d-block "><@= translation.activateLabel @></a>
                    					</div>
                    				</div>
                    				<div class="row mar-2">
                    					<div class="col-12">
                    						<div class="desc mar-auto text-center ">
                    							<span class="misc--label f1-color--gray4">
                    								<span><@= partner.data.additional_translations.detailed_description @></span>
                    								<a class="more-details-link" href="<@= partner.data.additional_translations.more_details_url @>" alt="<@= partner.data.additional_translations.more_details_alt_text @>" target="_blank"><@= partner.data.additional_translations.more_details_text @></a>
                    							</span>
                    						</div>
                    					</div>
                    				</div>
                    				<@ }); @>
                    			</div>
                    		</div>
                    	</div>
                    </div>
                    </script>
      <div class="row subtext-wrapper hide">
        <div class="col-xs-12">
          <ul class="terms-list"></ul>
          <script type="text/template" id="product-disclaimers--template"> <@
        var disclaimers = disclaimers,
            genericDisclaimer = genericDisclaimer;
        
        _.each(disclaimers, function(disclaimer, key, list) {
    @>
        <li>
    <@
            _.each(disclaimer.disclaimerText, function(disclaimerText, key, list) {
                if(disclaimerText.text.trim() !== "") {
                if(disclaimerText.uri !== "") { @>
                    <a href="<@=disclaimerText.uri@>"><@=disclaimerText.text@></a>
                <@ } else { @>
                    <@=disclaimerText.text@>
                <@ }
            } }); @>
        </li>
        <@ }); @>
        <li><@=genericDisclaimer@></li>
</script>
          <script type="text/template" id="intro-pricing-disclaimer--template"> <@
        var disclaimer = disclaimers;
    @>
    <li>
        <@=disclaimer.featureMarketingContent.introPricing.disclaimerSymbol@>
        <@=disclaimer.featureMarketingContent.introPricing.disclaimer@>
    </li>
</script>
          <script type="text/template" id="free-trial-disclaimer--template"> <@
        var disclaimer = disclaimers;
    @>
    <li>
         <@=disclaimer.featureMarketingContent.freeTrials.disclaimerSymbol@>
        <@=disclaimer.featureMarketingContent.freeTrials.disclaimer@>
        </li>
</script>
          <script type="text/template" id="syndicator-disclaimer--template"> <@
        var disclaimer = syndicator.disclaimer;
        var disclaimerSymbol = syndicator.disclaimerSymbol;
    @>
    <li><@= disclaimerSymbol@> <@=disclaimer@></li>
</script>
        </div>
      </div>
    </div>
    <div class="productUnAvailable hide">
      <p data-i18n="[html]noProduct">Sorry but F1 TV Pro and F1 TV Access subscriptions are unavailable in your selected country. See <a href="https://f1tv.formula1.com/en/content-schedule">Global Coverage plan</a>.</p>
    </div>
    <div class="priceUnAvailable hide">
      <p data-i18n="[html]noPrice">There was a problem with the product selection. Please try again later.</p>
    </div>
  </div>
</form>

Text Content

Logout
 * Sign in
 * Register
 * My Account
 * Subscription
 * My Subscription
 * Payment
   
   
 * Order History
 * Welcome

 * STEP 1
 * STEP 2
 * STEP 3


SIGN IN

Sorry something went wrong
Email address Please enter valid username/email address
Password Password is not correct
Forgotten password? Sign In
Don't have an account yet? Register with F1


RESET YOUR PASSWORD

Sorry something went wrong
To reset your password, please enter your email address below
Email address Please enter valid email address
Back to Sign In Reset password
You have been sent an email with further instructions to reset your password.

Return To Login


SIGN UP TO F1 TV NOW

BUY NOW
Verify email address



PRIVACY POLICY

This website, www.formula1.com (the “Site”) as well as the official Formula 1
app and all other official Formula 1 digital products (together “Digital
Products”) are operated by Formula One Digital Media Limited. Formula One
Digital Media Limited is registered in England and Wales with company number
08915039 with its registered office being No.2 St. James’s Market, London, SW1Y
4AH, England (“we”, “us” and/or “our”).

This privacy policy (the “Privacy Policy”) outlines the basis on which any
personal data we collect, or that you provide to us, will be processed by us. We
are not responsible for the privacy policies of other websites or applications,
and encourage you read all applicable terms, conditions and privacy policies
when using other websites and applications.

For the purpose of data protection law, we are the data controller.

Questions, comments and requests regarding this Privacy Policy and how we use
your personal data are welcomed and should be addressed to
general@en.formula1.com.

To comply with the General Data Protection Regulation (2016/679) we have
appointed a European representative. If you wish to contact them, their details
are as follows: Bird & Bird GDPR Representative Services Ireland, Deloitte
House, 29 Earlsfort Terrace, Dublin 2, D02 AY28 and
EUrepresentative.Formula1@twobirds.com.


AGREEING TO OUR PRIVACY POLICY

By using our Digital Products, you agree to us using your data in accordance
with this Privacy Policy. There are certain services that we may not be able to
provide if you do not choose to provide relevant information.

Learn more:

By using our Digital Products, you agree to us collecting and using personal
information about you in accordance with this Privacy Policy. If you do not
agree to the terms of this Privacy Policy, please do not use our Digital
Products.

You have choices about the data we collect. When asked to provide certain
personal information you may decline, but where such is necessary to provide a
service or feature, your use of that service or feature may be restricted as a
result.

We will hold your personal information for as long as reasonably necessary for
the relevant purpose.


WHAT INFORMATION DO WE COLLECT?

We collect data to operate effectively and provide you the best experiences with
our products. You provide some of this data directly, such as when you create an
account or contact us for support. We get some of it by recording how you
interact with our products by, for example, using technologies like cookies –
this may collect data about your use of our Digital Products, your device(s) and
your location

Learn more:

We will collect and process the following data about you (the “Information”):

 * Information you give us. You may give us information about you by filling in
   forms or by corresponding with us by phone, e-mail or otherwise. This
   includes information you provide when you register, subscribe to any service,
   enter a competition, promotion or survey and when you report a problem. The
   information you give us may include your name, address, e-mail address, date
   of birth, nationality and phone number, and preferences.

 * Information we collect about you. We may automatically collect the following
   information:

 * technical information, including the Internet protocol (IP) address used to
   connect your computer to the Internet, your login information, screen
   resolution details, browser type and version, time zone setting, mobile and
   network information, browser plug-in types and versions, operating system,
   platform and information about your geographic location; and

 * information about your visit, including the full Uniform Resource Locators
   (URL) clickstream to, through and from our Digital Products (including date
   and time); pages you viewed or searched for; page response times, download
   errors, length of visits to certain pages, page interaction information (such
   as scrolling, clicks, and mouse-overs), and methods used to browse away from
   the page and any phone number used to call our customer service number.


COOKIES

Our Digital Products use cookies and similar technologies. For more information
on the cookies that we use on the Site and their purpose, please see our Cookies
Policy at https://account.formula1.com/#/en/cookie-policy.


HOW DO WE USE YOUR INFORMATION?

We may use your information in a number of ways, including to provide the
Digital Products, to personalise and improve the services we offer, to carry out
our obligations, communicate with you, to analyse use of our Digital Products
and in other ways that you agree to.

We may share your information with our group companies, law enforcement
agencies, service providers, partners, people who operate of take over our
Digital Products and third parties that you agree that we can share it with.

We may disclose your information in order to enforce the terms of use of any of
our Digital Products, to protect our rights, to comply with applicable laws and
as is reasonably necessary to operate our systems and protect us and our users

Learn more:

We may use your Information:

 * to communicate with you (including by post, phone, email and/or mobile
   messaging), such as to let you know about new features, offerings (including
   goods and services) on our Digital Products where you have consented for us
   to do so;

 * to carry out our obligations arising from any contracts entered into between
   you and us and to provide you with the information, products and services
   that you request from us;

 * to create an individual profile for you so that we can understand and respect
   your preferences;

 * for record keeping purposes;

 * to administer and provide services you request;

 * to carry out market research so that we can improve the products and service
   we offer;

 * to improve the quality of our service and security of our Digital Products;

 * to understand you preferences so that we can improve the products and
   services we offer;

 * in connection with targeting/advertising activities;

 * to track activity on the Site and our Digital Products;

 * in conjunction with personal data legally obtained from third party sources;

 * in such way as you may otherwise expressly consent to;

 * to comply with legal and regulatory requirements; and/or

 * for any other purpose that we may notify to you from time to time.

You agree that we will share your Information with:

 * carefully selected third party organisations to carry out certain processing
   activities on our behalf where such parties have the necessary protections in
   place to comply with applicable data protection law;

 * other Formula 1 Companies (including Formula One Management Limited, Formula
   One World Championship Limited, Formula One Hospitality and Event Services
   Limited, Formula One Marketing Limited and Formula Motorsport Limited);

 * any Formula 1 partner in a manner to which you have expressly consented to
   (this includes consent by way of opting-in to certain marketing and contact
   from any of them as part of the registration process) and you agree that such
   parties can contact you in accordance with such consent;

 * anyone who may take over the running of our Digital Products, or any Formula
   1 group company or subcontractors who operate a part of our Digital Products
   on our behalf. Any other organisations who access your information in the
   course of providing services on our behalf will be governed by strict
   contractual restrictions to make sure that they protect your Information and
   comply with applicable data protection and privacy laws. We may also
   independently audit these service providers to make sure that they meet our
   standards; and/or

 * any law enforcement agency requesting it once we are reasonably satisfied as
   to the circumstances surrounding the request.

We will disclose your Information to third parties:

 * in order to enforce or apply the terms of use of the Site, our Digital
   Products or any services provided to you;

 * to protect our rights, property, or safety, our customers, or others. This
   includes exchanging information with other companies and organisations for
   the purposes of fraud protection and credit risk reduction;

 * to comply with applicable laws and lawful government requests; and/or

 * to operate our systems properly or to protect our users and ourselves.

 * Except as expressly stated in this Privacy Policy, we will not sell, share,
   trade or license your Information to others without your express consent.


CHILDREN

If you are a child who is using our Digital Products or a parent of a child
using our Digital Products, there are additional rules

Learn more:

It is important to us that children can enjoy the Site and our Digital Products
in a responsible fashion. We encourage parents and guardians to supervise their
children's online activities by, for example, adopting parental control tools
available from online services and software manufacturers that help provide a
child-friendly online environment. These tools can also prevent children from
disclosing online their name, address, and other personal information without
parental permission.

Your child's privacy is important to us. We are committed to safeguarding
children's personal information collected online, and to helping parents and
guardians and their children learn how to exercise control over personal
information while exploring the Internet.

If you are aged 15 or under, we will require permission from your parent or
guardian in order for you to register on our website, unless otherwise stated at
the point of registration. If you are required to provide permission from your
parent or guardian, you will be asked to supply the name and email address of a
parent or guardian to whom a confirmation email will be sent. Your account will
only become active once your parent or guardian has clicked on the link within
the confirmation email to provide their consent.

If you are a parent or guardian and would like to review any personal
information that we have collected online from your child, have this information
deleted, and/or request that there be no further collection or use of your
child’s personal information or if you have any questions about our Privacy
Policy or practices, you may contact us at general@en.formula1.com.


SECURITY

We have security protocols in place to protect your Information from
unauthorised access, improper use or disclosure, unauthorised modification, and
unlawful destruction or accidental loss. We only allow access to our databases
when necessary, and then under strict guidelines as to what use may be made of
such data.


WHERE WE STORE YOUR INFORMATION

We may use service providers to help us run our Digital Products (or services
available on our Digital Products). If we or our service providers transfer any
Information out of the European Economic Area (EEA), it will only be done with
the relevant protection (under UK law) being in place.


MARKETING AND UNSUBSCRIBING

If you wish to unsubscribe from the list please click on the unsubscribe link in
the relevant email or e-mail us at general@en.formula1.com. Except as to the
extent you consent to us doing so under this Privacy Policy, we will not share,
license or sell these e-mail addresses without your express consent.


YOUR RIGHTS IN RELATION TO YOUR DATA

You have rights to access, correct, delete your information or to object to or
restrict our processing of it in certain situations. No fee is usually required
to exercise these rights, but we may need certain information from you.

In certain circumstances, you have the right to:

• Request access to your personal information. This enables you to receive a
copy of the personal information we hold about you and to check that we are
lawfully processing it.

• Request correction of the personal information that we hold about you. This
enables you to have any incomplete or inaccurate information we hold about you
corrected.

• Request erasure of your personal information. This enables you to ask us to
delete or remove personal information where there is no good reason for us
continuing to process it. You also have the right to ask us to delete or remove
your personal information where you have exercised your right to object to
processing (see below).

• Object where we are processing your personal information for direct marketing
purposes or where we are relying on a legitimate interest (or those of a third
party) and there is something about your particular situation which makes you
want to object to processing on this ground. Generally, other than in relation
to marketing, our processing of your personal data is in order to allow us to
provide you a service, so we will be unable to provide the service to you
without processing your personal data

• Request the restriction of processing of your personal information. This
enables you to ask us to suspend the processing of personal information about
you, for example if you want us to establish its accuracy or the reason for
processing it.

We allow you to access, correct and edit your details in the “Account” section
of Formula1.com. If you require any further help from us in relation to the
above rights, please email general@en.formula1.com.

No fee is usually required - You will not have to pay a fee to access your
personal information (or to exercise any of the other rights). However, we may
charge a reasonable fee if your request for access is unfounded or excessive.
Alternatively, we may refuse to comply with the request in such circumstances.

What we may need from you - We may need to request specific information from you
to help us confirm your identity and ensure your right to access the information
(or to exercise any of your other rights). This is another appropriate security
measure to ensure that personal information is not disclosed to any person who
has no right to receive it.


CHANGES TO OUR PRIVACY POLICY

Privacy laws and practice are constantly developing. Our policies and procedures
are therefore under continual review. We may, from time to time, update our
privacy policy. Any such changes will be posted on this page. Please check back
frequently to see any updates or changes to the Privacy Policy.


HOW TO COMPLAIN

We endeavour to meet the highest standards when collecting and using personal
information, however if you wish to lodge a complaint as to how we collect and
process your Information please contact general@en.formula1.com. You may also
wish to lodge a complaint with the Information Commissioner’s Office, the UK’s
independent body set up to uphold information rights. You can find further
details as to how to do this at https://ico.org.uk/concerns/.


ORDER CONFIRMATION



F1 TV F1 Website F1 Fantasy


F1 TV LAUNCH OFFER

Get 10% off your annual subscription**

**Offer has been extended until 27/06/2018. Promotional price is valid on first
purchase only.


SELECT A SUBSCRIPTION PLAN THAT SUITS YOU

Where will you be watching from?

Please select a country


ENJOY F1 TV PRO FREE FOR 7 DAYS**

To activate your free trial select a monthly or annual F1 TV Pro subscription
plan from below.

A live service made for racing fans. Get the full F1 archive and Live Timing
data.

Plan includes


7 DAY FREE TRIAL

Per Month



Per Year


Start Free Trial


Per Month



Per Year

First year**


Subscribe

Plan includes


Per Month



Per Year

First year**


Subscribe



Sorry but F1 TV Pro and F1 TV Access subscriptions are unavailable in your
selected country. See Global Coverage plan.

There was a problem with the product selection. Please try again later.


SYNC YOUR ACCOUNTS

Please review the details below and then sync your F1 and Ziggo accounts to
activate your free access to F1 TV Pro as part of your Ziggo Sport Totaal
subscription.**

Not a Ziggo customer with Ziggo Sport Totaal ? Click here:

REMEMBER - If you already have an F1 subscription for F1 TV Pro or Access, you
will need to cancel it after you have synchronised your accounts.

FREE
SYNC YOUR ACCOUNTS
You will be taken to log into your Mijn Ziggo account to sync your F1 Account
with your Ziggo account and activate your free access to F1 TV Pro.



VERIFY EMAIL ADDRESS

We need to verify your email address. A verification link has been sent to .
Please follow the link in the email to verify.

You need to verify your email address before you can sign in. A verification
link has been sent to . Please follow the link in the email to verify.

You need to verify your email address before you can sign in. A verification
link has been sent to . Please follow the link in the email to verify.

I have verified
Haven't got the email or need a new link?


VERIFIED

Thank you! Your email address has been verified.

F1 TV F1 Website F1 Fantasy


OOPS...!

It appears that your email hasn’t been verified yet or there might be some
delay.

Sorry, that hasn't worked. Please try again or request a new link to verify your
email address.

Haven't got the email or need a new link?


REQUEST A NEW LINK


LINK REQUESTED

We will send you another email to containing a new verification link. This will
replace the previous email we sent.

We will send you another email to containing a new verification link. This will
replace the previous email we sent. Please follow the link in the email to
verify.

We have sent a new verification link to . It may take a few minutes to arrive.
Please follow the link in the email to verify.

New verification link sent

Please enter the email address of your F1 account Email address is invalid
Request new Link
I have verified
Sorry, we can't get you a new link at the moment. Please try again later.





PLEASE UPDATE YOUR PASSWORD TO CONTINUE

Please click the link below to set a new password for your account.

Update Password
Unfortunately you are not eligible for this plan because of your previous
purchase history or you are in a territory that is not valid for this selection.
Please choose another plan



PROFILE PIT STOP REQUIRED

It only takes a second or two to fine tune your F1 experience.

Title
First name First name is required First name did not match pattern
Last name Last name is required Last name did not match pattern
Update profile
Your profile has been completed
Your profile has not been completed
No thanks, I'll keep racing
✕


VERIFY EMAIL ADDRESS

We need to verify your email address. A verification link has been sent to .

I have verified
Haven't got the email or need a new link?


Syncing account, please do not close your browser window
 * Privacy Policy
 * Subscription
 * Terms Of Use
 * FAQs
 * Cookies Policy
 * FAQs
 * Cookie Preferences
   Cookie Preferences

 * EN
 * FR
 * DE
 * ES
 * NL
 * PT

© 2003-2022 Formula One World Championship Limited

YOUR CHOICES REGARDING COOKIES ON THIS SITE

Please choose whether this site may use cookies or related technologies such as
web beacons, pixel tags, and Flash object (“Cookies”). You can learn more about
how this site uses Cookies and how your personal data may be processed by
managing your settings and reading our privacy policy.

Your choices on this site will be applied globally. You can change your mind and
revisit your preferences at any time by accessing the "Cookie Preferences" link
in the footer of this site.

WE AND OUR PARTNERS

We and our partners: process personal data such as IP addresses, unique IDs,
browsing data for the purposes of: storing and/or accessing information on your
device, serving you personalised ads, ad measurement, collecting audience
insights, serving you personalised content, content measurement, using precise
geolocation data, and actively scanning your device characteristics for
identification.

NO, Manage Settings Accept All