moneymorninglive.com
Open in
urlscan Pro
2600:9000:2251:8c00:16:266c:2a40:93a1
Public Scan
Submitted URL: https://events-c.mb.moneymorninglive.com/web-only/z/eg0ipzlvs?uid=f9a22c97-a388-41b7-89b4-5ae4357cc040&mid=427b9fbd-dd8b-470f-bc34-5c70bf...
Effective URL: https://moneymorninglive.com/a/newsletters/?bsft_aaid=09f02da4-16a1-47d4-ad98-a6ed4bf41305&bsft_eid=0d275968-3d51-4df5-9a3a-5...
Submission: On April 25 via api from BE — Scanned from DE
Effective URL: https://moneymorninglive.com/a/newsletters/?bsft_aaid=09f02da4-16a1-47d4-ad98-a6ed4bf41305&bsft_eid=0d275968-3d51-4df5-9a3a-5...
Submission: On April 25 via api from BE — Scanned from DE
Form analysis
11 forms found in the DOMGET /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_34621" 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_34621" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_34621" 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_34621">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_34621">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_34621">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_34621">
<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_34621">
<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_2114" 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_2114" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_2114" 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_2114">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_2114">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_2114">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_2114">
<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_2114">
<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="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>
POST https://thespeedyapp.com/signup
<form id="speedyTwo_signup_14519" 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_14519" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_14519" 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_14519">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_14519">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_14519">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_14519">
<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_14519">
<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_47384" 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_47384" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_47384" 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_47384">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_47384">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_47384">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_47384">
<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_47384">
<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_2583" 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_2583" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_2583" 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_2583">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_2583">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_2583">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_2583">
<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_2583">
<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_10113" 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_10113" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_10113" 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_10113">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_10113">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_10113">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_10113">
<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_10113">
<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_24216" 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_24216" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_24216" 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_24216">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_24216">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_24216">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_24216">
<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_24216">
<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_9411" 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_9411" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_9411" 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_9411">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_9411">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_9411">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_9411">
<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_9411">
<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_16833" 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_16833" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_16833" 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_16833">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_16833">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_16833">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_16833">
<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_16833">
<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_6286" 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_6286" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
<input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_6286" 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_6286">
<input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_6286">
<input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_6286">
<input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_6286">
<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_6286">
<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 Password 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