If you know what mistakes tend to drain retirement savings, you can take caution, make more informed decisions, and stay on track to fund your dream retirement.
//close the modal when clicking outside of it
//hide the webform initially
//show pop up webform after 8 seconds
//if user successfully completes the webform
// if (jQuery(".webform-confirmation-modal")[0]){
// // close the pop up webform if this class exists
// jQuery(".sk-capture-form").remove();
// localStorage.setItem('alreadySubmitted', 'true');
// }
//if user clicks "don't show this again"
//don't show the pop up webform during this session