CHEERS, !

 

You've successfully signed up! Get ready to have some FUN getting your home management system together!

Cue in the happy dance! 

Check your email inbox to get your download and get excited to start getting organized! 

Don't forget to check your promotion or spam folder at , emails can get stuck in there! 

 By the way, I think we should celebrate together, so let's connect on Facebook or Instagram!  Also be sure to subscribe to One Sweet Life on Youtube!

I'd love to meet you there!


 

 

© 2020 One Sweet Life Co.

Terms   Privacy   Home

Close

50% Complete

Two Step

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

function getParameterByName(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } function isEmpty(param) { if (param == null || param == undefined || param.length == 0) { return true; } else { return false; } } $(document).ready(function() { var email = getParameterByName('email'); var name = getParameterByName('name'); if($('#sName').length > 0 && !isEmpty(name)) { document.querySelector("#sName").innerHTML = name; } if($('#sEmail').length > 0 && !isEmpty(email)) { document.querySelector("#sEmail").innerHTML = email; } });