theprofittakeover.com Open in urlscan Pro
50.16.179.19  Public Scan

Submitted URL: https://events-c.mb.moneymorninglive.com/z/n4u6p5zid?uid=f9a22c97-a388-41b7-89b4-5ae4357cc040&mid=f336995b-e122-4342-95fc-ad96bb42efdf&ut...
Effective URL: https://theprofittakeover.com/sign-up-for-profit-takeover/?bsft_aaid=09f02da4-16a1-47d4-ad98-a6ed4bf41305&bsft_eid=3db009ab-58...
Submission: On April 12 via api from BE — Scanned from DE

Form analysis 2 forms found in the DOM

GET /

<form action="/" role="search" method="get" class="form search-form disabled clearfix" id="headerSearchForm">
  <input name="s" type="text" class="form-control form-control-lg" placeholder="Search...">
  <button type="submit" value="Search" class="btn" disabled="">Go</button>
</form>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_20538" class="speedyTwo_signup speedyTwo_signup_1342 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1342" name="boxId">
  <div id="speedyTwoFlex_1342" class="speedyTwo-flex-container speedyTwo-email-input-full-css">
    <input type="email" class="form-control speedyTwo_email_input speedyTwo_email_input_full" id="speedyTwo_email_input_20538" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_20538" value="Sign Up Here">
    <div class="form-group speedyTwo-disclaimer-form-full-css">
      <div class="speedyTwo-disclaimer-full-css">By submitting your email address, you will receive a free subscription to Profit Takeover and occasional special offers from Money Map Press LLC and our affiliates. Unsubscribe at any time. Please read
        our <a href="https://moneymappress.com/privacy-policy/">Privacy Policy</a>.</div>
    </div>
  </div>
  <div class="speedyTwo_email_error" data-count="0"></div>
  <link rel="stylesheet" href="https://thespeedyapp.com/css/intlTelInput.css">
  <input type="hidden" value="" name="full_number" id="speedyTwo_full_number_20538">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_20538">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_20538">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_20538">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="redirect" name="after_signup" id="speedyTwo_after_signup_type_20538">
  <input type="hidden" value="e1b8e439-ee12-4263-803a-51c56581fd47" name="mailing_id">
  <input type="hidden" value="proftak_subscribe" id="speedyTwo_cookie_name">
  <input type="hidden" value="complete" id="speedyTwo_cookie_value">
  <div class="form-group speedyTwo-form-last">
    <label for="websiteform">Website</label>
    <input type="text" class="form-control website-form" id="websiteform" aria-describedby="website" name="website" style="max-width: 500px">
    <!-- <small id="emailHelp" class="form-text text-muted">Please Enter your email below</small> -->
  </div>
  <div class="form-group speedyTwo-form-last">
    <label for="messageform">Message</label>
    <input type="text" class="form-control message-form" id="messageform" aria-describedby="message" name="message" style="max-width: 500px">
    <!-- <small id="emailHelp" class="form-text text-muted">Please Enter your email below</small> -->
  </div>
  <!-- this used to be where the button would be FOR NON INLINE LAYOUT-->
  <script defer="">
    //set the initial order
    var maxW = window.matchMedia("(max-width: 1350px)");
    var flexContainers = document.querySelectorAll('*[id^="speedyTwoFlex_"] :nth-child(2)');
    // var flexContainersSms = document.querySelectorAll('*[id^="speedyTwoFlexSms_"] :nth-child(3)');
    //listen for width changes, assess order    
    maxW.addEventListener('change', function(width) {
      if (width.matches) {
        var flexContainers = document.querySelectorAll('*[id^="speedyTwoFlex_"] :nth-child(2)');
        // var flexContainersSms = document.querySelectorAll('*[id^="speedyTwoFlexSms_"] :nth-child(3)');
      }
    });
    jQuery.each(jQuery('.speedyTwo_signup'), function(key, value) {
      let randomNum = Math.floor(Math.random() * Math.floor(50000));
      jQuery('#speedyTwo_submit_').attr('id', 'speedyTwo_submit_' + randomNum);
      jQuery('#speedyTwo_email_input_').attr('id', 'speedyTwo_email_input_' + randomNum);
      jQuery('#speedyTwo_full_number_').attr('id', 'speedyTwo_full_number_' + randomNum);
      jQuery('#speedyTwo_sms_disclaimer_').attr('id', 'speedyTwo_sms_disclaimer_' + randomNum);
      jQuery('#speedyTwo_loadtime_disclaimer_').attr('id', 'speedyTwo_loadtime_disclaimer_' + randomNum);
      jQuery('#speedyTwo_signup_').attr('id', 'speedyTwo_signup_' + randomNum);
      jQuery('#speedyTwo_dynamic_redirect_').attr('id', 'speedyTwo_dynamic_redirect_' + randomNum);
      jQuery('#speedyTwo_after_signup_type_').attr('id', 'speedyTwo_after_signup_type_' + randomNum);
      jQuery('#speedyTwo_submit_' + boxid).on('click', function(e) {
        let error = itit.getValidationError();
        getValidationError(e, error, jQuery('#speedyTwo_phone_' + randomNum), randomNum);
      });
    });
    // get more info if the validation has failed e.g. too long/too short
    // NOTE that isPossibleNumberWithReason returns a i18n.phonenumbers.PhoneNumberUtil.ValidationResult
    function getValidationError(e, error, phone, randomNum) {
      if (error === intlTelInputUtils.validationError.INVALID_COUNTRY_CODE) {
        e.preventDefault();
        let phone_message = "This is not a valid country";
        jQuery('#speedyTwo_phone_error_' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      } else if (error === intlTelInputUtils.validationError.TOO_SHORT) {
        e.preventDefault();
        let phone_message = "The phone number is too short for the selected country";
        jQuery('#speedyTwo_phone_error_v' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      } else if (error === intlTelInputUtils.validationError.TOO_LONG) {
        e.preventDefault();
        let phone_message = "The phone number is too long for the selected country.";
        jQuery('#speedyTwo_phone_error_' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      } else if (error) {
        console.log(error);
        e.preventDefault();
        let phone_message = "This phone number is not valid.";
        jQuery('#speedyTwo_phone_error_' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      }
    }

    function gatherInformation(randomNum) {
      var loadtimeDisclaimer = jQuery('#speedyTwo_loadtime_disclaimer_' + randomNum);
      if (loadtimeDisclaimer.length > 0) {
        loadtimeDisclaimer.val(JSON.stringify(jQuery('#speedyTwo_sms_disclaimer_check_' + randomNum).parent().html()));
      }
      var loadTime = Math.floor(new Date().getTime() / 1000);
      jQuery('input[name="loaded"]').val(loadTime);
      jQuery('input[name="referrer"]').val(document.referrer);

      function readCookie(name) {
        var nameEQ = name + "=";
        var ca = document.cookie.split(';');
        for (var i = 0; i < ca.length; i++) {
          var c = ca[i];
          while (c.charAt(0) == ' ') c = c.substring(1, c.length);
          if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
        }
        return null;
      }
      var seerid = readCookie('seerid');
      if (seerid != undefined) {
        jQuery('input[name=seer_id]').val(seerid);
      }
    }
  </script>
</form>

Text Content

 * Get Started
   * The VIX: My Biggest Moneymaker in 20 Years of Trading
   * Asymmetric Returns – The Secret Key to a Winning Portfolio
   * Build the Perfect Option Trade with Implied Volatility
   * The Double-Agent Strategy: Spying on Wall Street and Retail for Big Bucks
 * Archives
 * Picks
 * Live
 * Media
 * Ask Me Anything

Go


SIGN UP FOR THE PROFIT TAKEOVER

By submitting your email address, you will receive a free subscription to Profit
Takeover and occasional special offers from Money Map Press LLC and our
affiliates. Unsubscribe at any time. Please read our Privacy Policy.

Website
Message



Here at Profit Takeover, we’re taking Wall Street’s power into our own hands –
and using the tricks that they’ve been peddling for decades against them.

Four days a week, I’m live for the Profit Takeover show at 10:30 a.m. (ET)
sharing all of my top strategies. And as a subscriber, you’ll get first-access
to all of my shows.

For the first time ever, individual traders are making asymmetrical returns for
themselves.

We’re undertaking a serious endeavor here. But it’s one that will put you in
charge of your financial well-being for the first time.

I don’t care if you’ve been trading for years… or if you’re one of the 10
million new traders looking to score some dough.

The fact is… we now make the markets.

Not the folks on Wall Street. And that means the techniques and opportunities
that everyday folks could never take advantage of before can easily be used to
make you a fortune today.

Welcome to the new profit revolution.

It all starts right now.

As a Profit Takeover subscriber, you’ll receive four emails per week with all
the information, techniques, strategies, and trades you need to put real
financial power back in your hands.

4shares
 * 
 * 
 * 
 * 
 * 
 * 


EXPLORE

 * About Mark
 * Whitelist Us
 * FAQs
 * Premium Service


LEGAL

 * Privacy Policy
 * Terms and Conditions
 * Do Not Sell or Share My Personal Information

Contact Customer Service:
Call 1.888.384.8339
Submit Contact Form 1125 N Charles Street
Baltimore, MD, 21201 USA Twitter

LIVE

Visit Money Morning Live