Do you want to LEAVE your 9-5 Job & build a business
online but don't have anything to sell?
This 3 Step Process Has Helped THOUSANDS Make Their First $1,000 Online...
“Discover How I Started An Online Business In 3 Easy Steps That Helped Me Quit My Engineering Job In Only 9 Months!"
🔊 Make Sure Your Sound Is Turned ON!
Step 1: Customer Information
Enter Your Information Below To Get Started…
Step #1
Enter Your Info
Step #2
Complete Your Order
By providing your information you agree to allow eLearningHarbor.com, and/or its partners to contact you by mail, phone, email, or text even if the phone number is present on a state or national Do Not Call list. By submitting this information you agree to our Privacy Policy and Terms of Service.
In this 3 Day Training, you will learn:
How I've Helped Thousands Get Started & Say goodbye to thier 9-5 job. I left mine within 9 months of starting..
#1 way I have $1,000 days without having to create my own product, deal with customers, or sell anything...
How To Build your AUTOMATED Business in 20-30 Minutes. Step by Step & Click by Click....
How I create a passive income business online with only 5 hours or less per week and was still working my 9-5 job...
How I Created Multiple Passive Income Streams On Autopilot, which allowed me to have complete time & financial freedom...
Jonathan Montoya is a 7-Figure internet entrepreneur. Founder of Passive Income Lifestyles. He is the GO TO coach and Mentor to thousands of people worldwide looking to quit their 9-5 jobs.
DAY 1:
My Simple but powerful 3 step system that has helped me and many others leave their 9-5 job..
DAY 2:
Watch me build a business in front of you Step by step & click by click in just 30 minutes or less.
DAY 3:
How I get thousands of eyeballs on myoffers every day on AUTOPILOT (without having to pay for ads).
This challenge is going to literally hand you
the 3 step process to succeed
leaving you with a launched online business in ONLY 3 DAYS!
Set Up A Complete Online Business In 3 Steps...
Day 1: Learn what exactly affiliate marketing is, and why this is the BEST model for creating an online business
Day 2: Build out your own online business in JUST 30 minutes, from finding your product to building out your email sequence
Day 3: All about traffic! Get the RIGHT eyeballs on your offer and start making daily commissions
New weekly figures show almost 40 million Americans lost their jobs since the pandemic and many suffered pay cuts
If you lost your job or were not able to work again, are you prepared?
Are you going to miss out on yet another golden opportunity and then get scammed again by other course creators?
This is your small window of opportunity.
Grab it with both hands !!
This site is not a part of the Facebook™ website or Facebook™ Inc. Additionally, this site is NOT endorsed by Facebook™ in any way. FACEBOOK™ is a trademark of FACEBOOK™, Inc. This site is not a part of the Youtube™ or Google™ website or Google™ Inc. Additionally, this site is NOT endorsed by Youtube™ or Google™ in any way. Youtube™ or Google™ is a trademark of Youtube™ and Google™ , Inc. This site is not a part of the Tiktok™ website or Tiktok™ Inc. Additionally, this site is NOT endorsed by Tiktok™ in any way. Tiktok™ is a trademark of Tiktok™, Inc. DISCLAIMER: The sales figures stated on this page and discussed in the training curriculum are our personal sales figures and in some cases the sales figures of previous or existing clients. Please understand these results are not typical. We’re not implying you’ll duplicate them (or do anything for that matter). The average person who buys “how to” information gets little to no results. We’re using these references for example purposes only. Your results will vary and depend on many factors including but not limited to your background, experience, and work ethic. All business entails risk as well as massive and consistent effort and action. If you’re not willing to accept that, please DO NOT PURCHASE from elearningharbor.com.
console.log('%cFunnelKit External Script loaded', 'font-weight:bold;color:green;');
window.__FK_EXTSCRIPT_LOADED__ = (window.__FK_EXTSCRIPT_LOADED__ || 0) + 1;
document.documentElement.setAttribute('data-fk-extscript', 'loaded');
(function () {
function getFormFrom(el) {
return el && el.closest ? el.closest('form') : null;
}
function isOurForm(form) {
return !!(form && form.querySelector && form.querySelector('#wffn_custom_optin_submit'));
}
function getBtn(form) {
return form.querySelector('#wffn_custom_optin_submit');
}
function getToken(form) {
const t = form.querySelector('input[name="cf-turnstile-response"]');
return t && t.value ? t.value.trim() : '';
}
function ensureDefaultText(btn) {
if (btn.__ehDefaultText) return;
const h = btn.querySelector('.bwf_heading');
btn.__ehDefaultText = h ? h.textContent : (btn.textContent || '');
// Fix typo if present
if (btn.dataset && btn.dataset.subittingText && !btn.dataset.submittingText) {
btn.dataset.submittingText = btn.dataset.subittingText;
}
}
function showError(form, msg) {
const anchor = form.querySelector('.eh-turnstile-wrap') || form.querySelector('.cf-turnstile') || form;
let el = form.querySelector('.eh-turnstile-error');
if (!el) {
el = document.createElement('div');
el.className = 'eh-turnstile-error';
el.style.cssText = 'margin-top:8px;color:#b00020;font-size:14px;display:block;';
// put it in a predictable visible spot
if (anchor && anchor.insertAdjacentElement) anchor.insertAdjacentElement('afterend', el);
else (anchor || form).appendChild(el);
}
el.textContent = msg;
}
function clearError(form) {
const el = form.querySelector('.eh-turnstile-error');
if (el) el.remove();
}
function restoreBtn(btn) {
if (!btn) return;
btn.disabled = false;
const h = btn.querySelector('.bwf_heading');
if (h && btn.__ehDefaultText) h.textContent = btn.__ehDefaultText;
}
// Optional callbacks (won’t be used if attributes are stripped, but harmless)
window.ehTurnstileOk = function () {
const form = document.querySelector('#wffn_custom_optin_submit')?.closest('form');
if (!form) return;
clearError(form);
const btn = getBtn(form);
if (btn) btn.disabled = false;
};
window.ehTurnstileExpired = function () {
const form = document.querySelector('#wffn_custom_optin_submit')?.closest('form');
if (!form) return;
showError(form, 'Captcha expired. Please try again.');
const btn = getBtn(form);
if (btn) btn.disabled = true;
try { window.turnstile && turnstile.reset && turnstile.reset(); } catch(_) {}
};
window.ehTurnstileError = function () {
const form = document.querySelector('#wffn_custom_optin_submit')?.closest('form');
if (!form) return;
showError(form, 'Captcha error. Please try again.');
const btn = getBtn(form);
if (btn) btn.disabled = true;
try { window.turnstile && turnstile.reset && turnstile.reset(); } catch(_) {}
};
// Block submit BEFORE FunnelKit can lock the button on “Submitting…”
document.addEventListener('submit', function (e) {
const form = e.target;
if (!isOurForm(form)) return;
const btn = getBtn(form);
ensureDefaultText(btn);
if (!getToken(form)) {
e.preventDefault();
e.stopImmediatePropagation();
showError(form, 'Please complete the captcha to continue.');
restoreBtn(btn);
btn.disabled = true;
try { window.turnstile && turnstile.reset && turnstile.reset(); } catch(_) {}
}
}, true);
// Also block early click handlers
document.addEventListener('click', function (e) {
const btn = e.target && e.target.closest ? e.target.closest('#wffn_custom_optin_submit') : null;
if (!btn) return;
const form = getFormFrom(btn);
if (!isOurForm(form)) return;
ensureDefaultText(btn);
if (!getToken(form)) {
e.preventDefault();
e.stopImmediatePropagation();
showError(form, 'Please complete the captcha to continue.');
btn.disabled = true;
}
}, true);
// Keep button enabled only when token exists (since your callback attrs are stripped)
setInterval(function () {
const form = document.querySelector('#wffn_custom_optin_submit')?.closest('form');
if (!isOurForm(form)) return;
const btn = getBtn(form);
ensureDefaultText(btn);
const ok = !!getToken(form);
btn.disabled = !ok;
if (ok) clearError(form);
}, 350);
})();