moneymorninglive.com Open in urlscan Pro
2600:9000:2251:3400:16:266c:2a40:93a1  Public Scan

Submitted URL: https://events-c.mb.moneymorninglive.com/web-only/z/cpn2966cm?uid=f9a22c97-a388-41b7-89b4-5ae4357cc040&mid=fe4f2e5b-907a-4d16-8275-e3b71a...
Effective URL: https://moneymorninglive.com/a/newsletters/?bsft_aaid=09f02da4-16a1-47d4-ad98-a6ed4bf41305&bsft_eid=1b3432db-316b-4169-93e3-4...
Submission: On April 06 via api from BE — Scanned from DE

Form analysis 11 forms found in the DOM

GET /a

<form action="/a" 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_44754" class="speedyTwo_signup speedyTwo_signup_1192 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1192" name="boxId">
  <div id="speedyTwoFlex_1192" 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_44754" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_44754" value="SIGNUP">
    <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 Money Morning LIVE 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_44754">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_44754">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_44754">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_44754">
  <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_44754">
  <input type="hidden" value="b6284ab1-f8f6-4ba5-962a-f5e5098bfba7" name="mailing_id">
  <input type="hidden" value="livemm_signup" 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>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_17175" class="speedyTwo_signup speedyTwo_signup_1200 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1200" name="boxId">
  <div id="speedyTwoFlex_1200" 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_17175" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_17175" value="SIGNUP">
    <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 Money Morning 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_17175">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_17175">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_17175">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_17175">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="text" name="after_signup" id="speedyTwo_after_signup_type_17175">
  <input type="hidden" value="fe056620-3a85-4008-b289-486aee94306e" name="mailing_id">
  <input type="hidden" value="moneymorning_signup" 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>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_34114" class="speedyTwo_signup speedyTwo_signup_1193 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1193" name="boxId">
  <div id="speedyTwoFlex_1193" 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_34114" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_34114" value="SIGNUP">
    <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 This is VWAP 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_34114">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_34114">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_34114">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_34114">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="text" name="after_signup" id="speedyTwo_after_signup_type_34114">
  <input type="hidden" value="0097154E-E085-427A-9065-4E649BC2A838" name="mailing_id">
  <input type="hidden" value="vwap_signup" 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>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_44248" class="speedyTwo_signup speedyTwo_signup_1194 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1194" name="boxId">
  <div id="speedyTwoFlex_1194" 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_44248" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_44248" value="SIGNUP">
    <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_44248">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_44248">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_44248">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_44248">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="text" name="after_signup" id="speedyTwo_after_signup_type_44248">
  <input type="hidden" value="B6794092-5137-4962-8B2B-F09DCCC24B4E" 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>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_28723" class="speedyTwo_signup speedyTwo_signup_1195 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1195" name="boxId">
  <div id="speedyTwoFlex_1195" 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_28723" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_28723" value="SIGNUP">
    <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 Midday Momentum 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_28723">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_28723">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_28723">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_28723">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="text" name="after_signup" id="speedyTwo_after_signup_type_28723">
  <input type="hidden" value="e937402a-e03a-4c4a-b941-dd6e9071fd98" name="mailing_id">
  <input type="hidden" value="midday_signup" 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>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_9953" class="speedyTwo_signup speedyTwo_signup_1190 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1190" name="boxId">
  <div id="speedyTwoFlex_1190" 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_9953" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_9953" value="SIGNUP">
    <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 Penny Hawk 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_9953">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_9953">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_9953">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_9953">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="text" name="after_signup" id="speedyTwo_after_signup_type_9953">
  <input type="hidden" value="cc32747d-3ba7-4635-b445-2bd71a974371" name="mailing_id">
  <input type="hidden" value="10mm_signup" 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>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_42795" class="speedyTwo_signup speedyTwo_signup_1197 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1197" name="boxId">
  <div id="speedyTwoFlex_1197" 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_42795" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_42795" value="SIGNUP">
    <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 American Institute for Crypto Investors 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_42795">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_42795">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_42795">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_42795">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="text" name="after_signup" id="speedyTwo_after_signup_type_42795">
  <input type="hidden" value="08f9b3c4-4d14-4c82-92dd-2c52421349c8" name="mailing_id">
  <input type="hidden" value="aici_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>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_39573" class="speedyTwo_signup speedyTwo_signup_1196 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1196" name="boxId">
  <div id="speedyTwoFlex_1196" 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_39573" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_39573" value="SIGNUP">
    <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 Pump Up The Close 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_39573">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_39573">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_39573">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_39573">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="text" name="after_signup" id="speedyTwo_after_signup_type_39573">
  <input type="hidden" value="e8fd7cbc-1b51-4347-9af5-f43c5e478f32" name="mailing_id">
  <input type="hidden" value="pumpup_signup" 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>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_13130" class="speedyTwo_signup speedyTwo_signup_1198 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1198" name="boxId">
  <div id="speedyTwoFlex_1198" 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_13130" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_13130" value="SIGNUP">
    <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 Power Profit Trades 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_13130">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_13130">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_13130">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_13130">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="text" name="after_signup" id="speedyTwo_after_signup_type_13130">
  <input type="hidden" value="c1edcb65-fb23-44fc-a80e-f843071ddd4d" name="mailing_id">
  <input type="hidden" value="ppt_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>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_16495" class="speedyTwo_signup speedyTwo_signup_1199 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="1199" name="boxId">
  <div id="speedyTwoFlex_1199" 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_16495" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_16495" value="SIGNUP">
    <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 Total Wealth 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_16495">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_16495">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_16495">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_16495">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="text" name="after_signup" id="speedyTwo_after_signup_type_16495">
  <input type="hidden" value="33589ee7-27c8-46d8-a59d-1619c801da57" name="mailing_id">
  <input type="hidden" value="tw_signup" 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="passform">Password</label>
    <input type="text" class="form-control password-form" id="passform" aria-describedby="pass" name="pass" 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

 * About Trading Today
 * Daily Free Trades
 * Portfolio
 * Reports
 * Sign up

Go


NEWSLETTERS


GROWTH STOCKS, MOMENTUM STOCKS, OPTIONS, MICROCAPS, CRYPTOS, YOU NAME IT… IF
IT’S MOVING, WE’LL SHOW YOU HOW TO TRADE IT (FOR FREE)!



Get your premarket fix with our early stock & ETF watchlist, latest live
streaming schedule, top headlines, and hot stock market takes – plus, the best
Mark Sebastian screenshots around. (Don’t ask; just subscribe.) 

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

Website
Message

Money Morning gives you access to a team of ten market experts with more than
250 years of combined investing experience – for free. Our experts – who have
appeared on FOXBusiness, CNBC, NPR, and BloombergTV – deliver daily investing
tips and stock picks, provide analysis with actions to take, and answer your
biggest market questions. 

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

Website
Message

Trying to make sense of stocks? Let me stop you right there. Learn to transform
irrational markets into real money through the power of one single indicator
with the Godfather of Day Trading, Kenny “The Warlock” Glick.

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

Website
Message

Volatility trading expert & former CBOE floor trader Mark Sebastian flips the
script on Wall Street by revealing “cheap AND inexpensive” trades to exploit
institutional options flow

SIGNUP
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

Your daily momentum check including sector-specific market analysis from
economist and executive producer Garrett Baldwin.

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

Website
Message

Technical trading expert Chris Johnson pulls back the curtain on the trading
style that has helped the Wall Street bigwigs make fortunes for decades using
indicators to clear the noise find the trend and your next trade.

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

Website
Message

If you’re looking for crypto, we’ve got you covered. Led by portfolio manager
Nick Black, American Institute for Crypto Investors is our in-house brain trust
focused on researching all aspects of the digital asset universe – from A.I. to
Bitcoin to Z-Cash – to deliver you the sharpest investing and trading ideas in
the space.

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

Website
Message

Ready to take your stock market returns up a few notches? Bless your inbox with
the day’s hottest technical takes from Olivia Voz – host of Money Morning LIVE –
to learn how our volume profile expert uses her signature chart indicator to set
up trades like the Wall Street pros.

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

Website
Message

Legendary pattern trader Tom Gentile shares his daily stock watchlist, top
options trade ideas, alt-currency insights, and smart money moves for investors
at every level – plus, subscriber-exclusive sneak peeks into his team’s latest
advances in trading tech.

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

Website
Message

There are two ways to get ahead of today’s markets: connect with an insider who
knows how the Wall Street bigwigs operate; or develop a killer strategy to find
outperforming stocks BEFORE they take off. Or you could do both – subscribe to
Total Wealth, and tap into editor Shah Gilani’s top-tier tactics for generating
stock gains like a pro. 

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

Website
Password

© 2022 Money Morning Live, Inc. All rights reserved.

Welcome to Money Morning Live. Join us today and you’ll be hearing from
financial experts who will be sharing their advice, ideas, and recommendations
for public consumption across a variety of trading and investing topics. This
advice is not tailored to any individual viewer’s personal circumstances.
Remember all investing carries risk and no one should ever risk more than they
can afford to lose. You are fully responsible for your investment decisions. We
encourage you to consider all relevant factors, including your own financial
circumstances, before making any investment.

 * About Trading Today
 * Daily Free Trades
 * Portfolio
 * Reports
 * Sign up


LEGAL

 * Privacy Policy
 * Terms and Conditions
 * Disclaimer
 * Frequently Asked Questions
 * Whitelist Us

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