stevenkotler.samcart.com Open in urlscan Pro
99.83.253.99  Public Scan

Submitted URL: https://flowresearchcollective.lt.acemlnb.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZzdGV2ZW5rb3RsZXIuc2FtY2FydC5jb20lMkZwcm9kdWN0cy...
Effective URL: https://stevenkotler.samcart.com/products/zero-to-dangerous-interview-deposit/?utm_source=active-campaign&utm_medium=newsletter&u...
Submission: On January 23 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: paymentForm

<form id="paymentForm" name="paymentForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" novalidate="novalidate">
  <div class="pt-md-36 pt-sm-28 pt-20 pb-sm-40 pb-24 px-md-56 px-sm-24 px-16">
    <h3 class="tpl-2__checkout__title mb-sm-28 mb-16">Payment Information</h3>
    <h4 class="tpl-2__checkout__subtitle mb-sm-20 mb-16">Contact</h4>
    <div class="row mobile-display">
      <div class="col-sm-6 col-12">
        <div class="form-group d-flex flex-column">
          <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" autofill="" id="fname" name="fname" ng-model="order.customer.first_name" required="" spellcheck="false" value=""
            autocomplete="given-name">
          <label for="fname" class="order-1">First Name</label>
        </div>
      </div>
      <div class="col-sm-6 col-12">
        <div class="form-group d-flex flex-column">
          <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" autofill="" id="lname" name="lname" ng-model="order.customer.last_name" required="" spellcheck="false" value=""
            autocomplete="family-name">
          <label for="lname" class="order-1">Last Name</label>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-sm-6 col-12">
        <div class="form-group d-flex flex-column">
          <input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" autofill="" id="email" name="email" ng-model="order.customer.email"
            required="" spellcheck="false" value="" autocomplete="email">
          <label for="email" class="order-1">Email Address</label>
        </div>
      </div>
      <div class="col-sm-6 col-12">
        <!-- ngIf: checkoutState.product.properties.phone_number_field -->
        <div class="form-group d-flex flex-column ng-scope" ng-if="checkoutState.product.properties.phone_number_field">
          <input type="tel" class="form-control form-control--icon form-control--phone order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" autofill="" id="phone" name="phone" ng-model="order.customer.phone_number" required=""
            spellcheck="false" value="" autocomplete="tel">
          <label for="phone" class="order-1">Phone Number</label>
        </div><!-- end ngIf: checkoutState.product.properties.phone_number_field -->
      </div>
    </div>
    <div class="row">
    </div>
    <h4 class="tpl-2__checkout__subtitle mt-sm-12 mb-16">Payment Methods</h4>
    <div id="payments" class="rounded mb-sm-40 mb-24 mx-sm-0 mx-n16 bg-light">
      <div class="tpl-2__checkout__payment position-relative">
        <div class="custom-control custom-radio p-0 mb-0">
          <input type="radio" id="payPalRadio" name="paymentMethods" data-toggle="collapse" data-target="#paypal:not(.show)" class="custom-control-input" ng-click="setPaymentType('paypal')" aria-expanded="false">
          <label class="d-block custom-control-label pl-sm-56 pl-48 pr-16 py-20" for="payPalRadio">
            <img class="paypal-icon" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/paypal-minimalist.svg" alt="paypal minimalist">
          </label>
        </div>
        <div id="paypal" class="collapse" data-parent="#payments"></div>
      </div>
      <div class="tpl-2__checkout__payment position-relative">
        <div class="custom-control custom-radio p-0 mb-0">
          <input type="radio" id="creditCardRadio" name="paymentMethods" data-toggle="collapse" data-target="#cards:not(.show)" class="custom-control-input" ng-click="setPaymentType('cc_processor')" aria-expanded="true" checked="">
          <label class="custom-control-label d-flex justify-content-sm-start justify-content-between align-items-center pl-sm-56 pl-48 pr-16 py-20" for="creditCardRadio">
            <img class="mastercard" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/mastercard-minimalist.svg" alt="mastercard minimalist">
            <img class="visa" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/visa-minimalist.svg" alt="visa minimalist">
            <img class="discover" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/discover-minimalist.svg" alt="discover minimalist">
            <img class="amex" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/amex-minimalist.svg" alt="amex minimalist">
            <img class="diners" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/diners-minimalist.svg" alt="diners minimalist">
            <img class="jcb" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/jcb-minimalist.svg" alt="jcb minimalist">
          </label>
        </div>
        <div id="cards" class="collapse  show " data-parent="#payments">
          <!-- ngIf: processor_selection == 'cc_processor' -->
          <div class="payment-form cc-processor-form stripe-processor-form ng-scope" ng-if="processor_selection == 'cc_processor'">
            <div class="form-group">
              <div class="card-num-row row">
                <div class="col-md-12 card-num-col">
                  <label for="card-number" class="ccnum-label stripe-label">
                    <span class="ccnum-label-text"> Credit Card Number </span>
                    <span class="ccnum-label-colon"><span class="ccnum-label-asterisk">*</span>:</span>
                  </label>
                  <stripe-element id="card-number" placeholder="Card Number" instance="cardNumber" class="ccnum stripe-input ng-isolate-scope">
                    <div stripe-element-decorator="" class="StripeElement empty">
                      <div class="__PrivateStripeElement"
                        style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
                          name="__privateStripeFrame6686" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
                          src="https://js.stripe.com/v3/elements-inner-card-2a92695cba7cc3d5f18ec1d9117603b5.html#betas[0]=elements_enable_deferred_intent_beta_1&amp;fonts[0][family]=TextaAlt&amp;fonts[0][src]=url('https%3A%2F%2Fsamcart.com%2Fmodules%2Fshared%2Ffonts%2FTextaAlt.ttf')&amp;fonts[0][__resolveFontRelativeTo]=https%3A%2F%2Fstevenkotler.samcart.com%2Fproducts%2Fzero-to-dangerous-interview-deposit%2F%3Futm_source%3Dactive-campaign%26utm_medium%3Dnewsletter%26utm_campaign%3Dgoal-stack-p2&amp;wait=false&amp;mids[guid]=NA&amp;mids[muid]=NA&amp;mids[sid]=NA&amp;style[base][color]=%231D1E1E&amp;style[base][fontWeight]=400&amp;style[base][fontFamily]=Roboto%2C+sans-serif&amp;style[base][fontSize]=18px&amp;style[base][::placeholder][color]=%236c757d&amp;style[invalid][color]=%23FE435A&amp;placeholder=Card+Number&amp;rtl=false&amp;componentName=cardNumber&amp;keyMode=live&amp;apiKey=pk_live_qNBbVTmk5yZKLYvsm7XVFPbk00SetMUNgf&amp;referrer=https%3A%2F%2Fstevenkotler.samcart.com%2Fproducts%2Fzero-to-dangerous-interview-deposit%2F%3Futm_source%3Dactive-campaign%26utm_medium%3Dnewsletter%26utm_campaign%3Dgoal-stack-p2&amp;controllerId=__privateStripeController6681"
                          title="Secure card number input frame"
                          style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 21.6px;"></iframe><input
                          class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
                          style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
                      </div>
                    </div>
                  </stripe-element>
                  <div id="ccnum-error" class="error ng-binding" for="card-number"></div>
                </div>
              </div>
            </div>
            <div class="form-group">
              <div class="extra-row row mobile-display">
                <div class="exp-col col-md-6">
                  <label class="exp-label">
                    <span class="exp-label-date"> Expiration <span class="exp-label-asterisk">*</span></span>: </label>
                  <stripe-element id="card-expiry" class="stripe ng-isolate-scope" instance="cardExpiry">
                    <div stripe-element-decorator="" class="StripeElement empty">
                      <div class="__PrivateStripeElement"
                        style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
                          name="__privateStripeFrame6687" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
                          src="https://js.stripe.com/v3/elements-inner-card-2a92695cba7cc3d5f18ec1d9117603b5.html#betas[0]=elements_enable_deferred_intent_beta_1&amp;fonts[0][family]=TextaAlt&amp;fonts[0][src]=url('https%3A%2F%2Fsamcart.com%2Fmodules%2Fshared%2Ffonts%2FTextaAlt.ttf')&amp;fonts[0][__resolveFontRelativeTo]=https%3A%2F%2Fstevenkotler.samcart.com%2Fproducts%2Fzero-to-dangerous-interview-deposit%2F%3Futm_source%3Dactive-campaign%26utm_medium%3Dnewsletter%26utm_campaign%3Dgoal-stack-p2&amp;wait=false&amp;mids[guid]=NA&amp;mids[muid]=NA&amp;mids[sid]=NA&amp;style[base][color]=%231D1E1E&amp;style[base][fontWeight]=400&amp;style[base][fontFamily]=Roboto%2C+sans-serif&amp;style[base][fontSize]=18px&amp;style[base][::placeholder][color]=%236c757d&amp;style[invalid][color]=%23FE435A&amp;placeholder=MM+%2F+YY&amp;rtl=false&amp;componentName=cardExpiry&amp;keyMode=live&amp;apiKey=pk_live_qNBbVTmk5yZKLYvsm7XVFPbk00SetMUNgf&amp;referrer=https%3A%2F%2Fstevenkotler.samcart.com%2Fproducts%2Fzero-to-dangerous-interview-deposit%2F%3Futm_source%3Dactive-campaign%26utm_medium%3Dnewsletter%26utm_campaign%3Dgoal-stack-p2&amp;controllerId=__privateStripeController6681"
                          title="Secure expiration date input frame"
                          style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 21.6px;"></iframe><input
                          class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
                          style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
                      </div>
                    </div>
                  </stripe-element>
                  <div id="ccexpiry-error" class="error ng-binding" for="card-expiry"></div>
                </div>
                <div class="cvv-col col-md-6">
                  <label class="CVV2-label">
                    <span class="CVV-label-text"> CVV </span>
                    <span class="CVV-label-asterisk">*</span>: </label>
                  <stripe-element id="card-cvc" instance="cardCvc" class="ng-isolate-scope">
                    <div stripe-element-decorator="" class="StripeElement empty">
                      <div class="__PrivateStripeElement"
                        style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
                          name="__privateStripeFrame6688" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
                          src="https://js.stripe.com/v3/elements-inner-card-2a92695cba7cc3d5f18ec1d9117603b5.html#betas[0]=elements_enable_deferred_intent_beta_1&amp;fonts[0][family]=TextaAlt&amp;fonts[0][src]=url('https%3A%2F%2Fsamcart.com%2Fmodules%2Fshared%2Ffonts%2FTextaAlt.ttf')&amp;fonts[0][__resolveFontRelativeTo]=https%3A%2F%2Fstevenkotler.samcart.com%2Fproducts%2Fzero-to-dangerous-interview-deposit%2F%3Futm_source%3Dactive-campaign%26utm_medium%3Dnewsletter%26utm_campaign%3Dgoal-stack-p2&amp;wait=false&amp;mids[guid]=NA&amp;mids[muid]=NA&amp;mids[sid]=NA&amp;style[base][color]=%231D1E1E&amp;style[base][fontWeight]=400&amp;style[base][fontFamily]=Roboto%2C+sans-serif&amp;style[base][fontSize]=18px&amp;style[base][::placeholder][color]=%236c757d&amp;style[invalid][color]=%23FE435A&amp;placeholder=CVC&amp;rtl=false&amp;componentName=cardCvc&amp;keyMode=live&amp;apiKey=pk_live_qNBbVTmk5yZKLYvsm7XVFPbk00SetMUNgf&amp;referrer=https%3A%2F%2Fstevenkotler.samcart.com%2Fproducts%2Fzero-to-dangerous-interview-deposit%2F%3Futm_source%3Dactive-campaign%26utm_medium%3Dnewsletter%26utm_campaign%3Dgoal-stack-p2&amp;controllerId=__privateStripeController6681"
                          title="Secure CVC input frame"
                          style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 21.6px;"></iframe><input
                          class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
                          style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
                      </div>
                    </div>
                  </stripe-element>
                  <div id="ccncvc-error" class="error ng-binding" for="card-cvc"></div>
                </div>
              </div>
            </div>
            <!-- ngIf: isVerifyZipCode -->
          </div><!-- end ngIf: processor_selection == 'cc_processor' -->
        </div>
      </div>
    </div>
    <h4 class="tpl-2__checkout__subtitle mt-sm-12 mb-16">Order Summary</h4>
    <div id="order-summary-widget" box-loading="contextRefresh">
      <div id="summary-totals" class="box">
        <div class="invoice-item subtotal-row ng-hide" ng-show="checkoutContext.order.invoice.subtotal !== checkoutContext.order.invoice.total">
          <div class="invoice-label-col">
            <span class="invoice-item-label">Subtotal:</span>
          </div>
          <div class="invoice-amount-col float-right text-right">
            <span class="invoice-item-amount ng-binding">$100.00</span>
          </div>
        </div>
        <div class="invoice-item tax-row ng-hide" ng-show="checkoutContext.order.invoice.tax !== 0">
          <div class="invoice-label-col">
            <span class="invoice-item-label">Tax:</span>
          </div>
          <div class="invoice-amount-col float-right text-right">
            <span class="invoice-item-amount ng-binding">$0.00</span>
          </div>
        </div>
        <div class="invoice-item shipping-row ng-hide" ng-show="checkoutContext.order.invoice.shipping !== 0">
          <div class="invoice-label-col">
            <span class="invoice-item-label">Shipping:</span>
          </div>
          <div class="invoice-amount-col float-right text-right">
            <span class="invoice-item-amount ng-binding">$0.00</span>
          </div>
        </div>
        <div class="invoice-item discount-row ng-hide" ng-show="checkoutContext.order.invoice.discount !== 0">
          <div class="invoice-label-col">
            <span class="invoice-item-label">Discounts:</span>
          </div>
          <div class="invoice-amount-col float-right text-right">
            <span class="invoice-item-amount ng-binding">-$0.00</span>
          </div>
        </div>
        <div class="invoice-item total-row">
          <div class="invoice-label-col">
            <span class="invoice-item-label">Total:</span>
          </div>
          <div class="invoice-amount-col float-right text-right">
            <span class="invoice-item-amount ng-binding" id="total">$100.00 </span>
          </div>
        </div>
        <!-- ngIf: subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id] -->
      </div>
    </div>
    <div class="tpl-2__order mx-sm-auto text-center">
      <!-- ngIf: processor_selection !== 'digital_wallet' --><button type="submit" class="btn btn-primary mb-16 w-100 main-cta ng-scope" id="placeOrder" name="placeOrder" ng-click="placeOrder('wb4LlaeLi7mmZ0GG1KAARAYk')"
        ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Place Order Now </button><!-- end ngIf: processor_selection !== 'digital_wallet' -->
      <div id="payment-request-button" class="mb-16 ng-hide" ng-show="processor_selection === 'digital_wallet'"></div>
    </div>
  </div>
</form>

Text Content

support@flowresearchcollective.com

Investment point for Zero to Dangerous increases 50% in...

02
days

00
hours

06
minutes

04
seconds


BOOK YOUR ZERO TO DANGEROUS INTERVIEW

Pay A Small Deposit To Secure Your Interview Spot For Zero To Dangerous and Lock
in Your Grandfathered Investment Point

Here's what you get in Zero To Dangerous

Access to 30+ hours of cutting-edge peak performance training to help you
annihilate self-sabotage, save time, reduce distraction and unlock clarity! —
($6000 value)

4 One on One deep dive coaching sessions with an Expert-level Flow Research
Collective master coach to help you unblock whatever’s holding you back the most
— ($2500 value)

Lifetime access to weekly group coaching, facilitated by Expert-level coaches
for ongoing accountability, support, and feedback — ($3000 value)

Lifetime access to the Flow Research Collective digital community so you can
connect with other like minded high performers and elevate your peer group —
($1500 value)

What Our Clients Say About Zero To Dangerous:

"It helped me discover my purpose and now my work is incredibly fulfilling and
way more productive! Working with the Flow Research Collective helped me get
there."

Dr. Carol Grojean, Cultural Engineer at Microsoft

"Being able to drive yourself into that state of incredibly deep focus called
flow is the ultimate superpower. Flow Research Collective is the best place in
the world to develop that superpower for yourself."

Roy Chung, Co-Founder of Apollo & Serial Entrepreneur

"Training with Steven and the Flow Research Collective has reduced friction in
my life, made me happier, and increased my output. Honestly, it’ll probably end
up adding millions of dollars to my career.”

Tucker Max, 4 x NYT Bestselling Author & Founder of Scribe

“The value was so huge. My productivity levelled up so fast that it produced the
exact new career opportunity I’d been looking for, before I even finished the
training! It literally did what it promised faster than I could finish it. It’s
really amazing stuff!”

Sean McCormick, Host of the Optimal Performance Podcast with Natural Stacks

“This shit is just next LEVEL! I’ve done Tony Robbins, Brendon Burchard,
everything—this is worth 10x what the Flow Research Collective charges. If you
really apply this, it will be THE THING that changes your game forever.”

Bret Lockett, Former NFL Safety, Entrepreneur & Business Consultant

"If you're at all interested in living up to your full potential, flow is the
way to get there. Zero to Dangerous gives you all the tools you need to get into
flow more often and go full speed ahead after your dreams. I loved every second
of this program. The science and psychology behind flow is absolutely
fascinating, and there are an unending amount of possible application to both
our daily lives and our biggest long-term dreams."

Krysta Stryker, Entrepreneur & Fitness Expert

Zero To Dangerous will help you thrive during the stress, chaos, and uncertainty
of 21st-century life. It will help you accelerate toward your boldest goals,
faster than ever, while sacrificing less than ever.

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

Apply by January 22 and get these 3 bonuses (worth $1,000), FREE:



1. The Fear Extinction Masterclass –– A brand new training where you’ll learn
how to create a step-by-step plan for personal, professional, and economic
anti-fragility so that you continue to thrive no matter what happens next.

2. High Flow Decision Making Masterclass –– This new training is designed to
help you drastically improve your ability to make effective decisions, build a
high flow strategy, and ensure that you’re focused on the highest leverage
opportunities and outcomes.

3. Skill Acquisition Accelerator –– In this training, we'll share a step-by-step
system we use to help our top clients quickly compress the time required to
develop high value skills. So if you know that there are specific skills or
abilities that could 5-10X your quality of life and performance, this training
will show you how to develop them in weeks or even days instead of months.

Reminder: Spots are expected to fill up quickly. Don't miss this chance to level
up your game and unlock elite performance. Secure your interview spot now by
putting down a FULLY REFUNDABLE $100 deposit.

If it's not a good fit, we will refund your $100 deposit, no questions asked!


PAYMENT INFORMATION

CONTACT

First Name
Last Name
Email Address
Phone Number


PAYMENT METHODS

Credit Card Number *:


Expiration *:


CVV *:



ORDER SUMMARY

Subtotal:
$100.00
Tax:
$0.00
Shipping:
$0.00
Discounts:
-$0.00
Total:
$100.00
Place Order Now


© 2023 Flow Research Collective. All Rights Reserved.






PROCESSING