Hey Instagram Friends! Sign up for News and Special Offers
We absolutely love our Instagram friends. We are so excited that you are here!
We would love for you to sign up to get your hands on our special offers.
You will also be the first to see all of the new baby gifts and items we add to the store.
When you sign up, we'll send fresh inspiration and our special promotional codes right to your inbox!
You can unsubscribe at any time.
<style type="text/css">
#signup input ~ label.wrap {
white-space: pre-wrap;
}
</style>
<form name="signup" id="signup" action="https://news.soulbabygifts.com.au/signup.ashx" method="post" autocomplete="off" onsubmit="return validate_signup(this, true)">
<input type="hidden" name="ci_isconsentform" value="true">
<input type="hidden" name="userid" value="235524">
<input type="hidden" name="SIG87a6ac1d361044e6a6388901b722fbaf5d924122df0650e6ccd7f63d3002d1c9" value="">
<input type="hidden" name="addressbookid" value="11446065" />
<input type="hidden" name="ReturnURL" value="https://soulbabygifts.com.au/">
<input type="hidden" name="ci_userConsentText" value="When you sign up to our weekly newsletters, we'll spoil you with news and special offers!">
<input type="hidden" id="ci_consenturl" name="ci_consenturl" value="">
<div>
<label class="wrap" for="email">Email</label>
<input type="text" name="email" id="email" required aria-required="true">
</div>
<p>
<input type="checkbox" name="ci_userConsentCheckBox" id="ci_userConsentCheckBox">
<label for="ci_userConsentCheckBox">When you sign up to our weekly newsletters, we'll spoil you with news and special offers!</label>
</p>
<p>
<input type="submit" id="btnsubmit" name="btnsubmit" value="Subscribe">
or
<a href="#" onclick="unsubscribe()">Unsubscribe</a>
<input type="hidden" name="unsubscribe_clicked" id="unsubscribe_clicked" value="false" />
<input type="hidden" name="unsubRedirectUrl" value="https://soulbabygifts.com.au/">
</p>
</form>
<script type="text/javascript">
<!--
var urlInput = document.getElementById("ci_consenturl");
if (urlInput != null && urlInput != 'undefined') {
urlInput.value = encodeURI(window.location.href);
}
function checkbox_Clicked(element) {
document.getElementById(element.id + "_unchecked").value = !element.checked;
}
function validate_signup(frm, showAlert) {
var emailAddress = frm.email.value;
var errorString = '';
if (emailAddress == '' || emailAddress.indexOf('@') == -1) {
errorString = 'Please enter your email address';
}
var checkBoxValue = frm.ci_userConsentCheckBox.checked;
if (checkBoxValue == false && showAlert) {
errorString = 'You must accept the terms';
}
var isError = false;
if (errorString.length > 0) {
isError = true;
if (showAlert) alert(errorString);
}
return !isError;
}
function unsubscribe() {
var f = document.getElementById('signup');
if (validate_signup(f, false)) {
var v = document.getElementById('unsubscribe_clicked');
v.value = "true";
f.submit();
} else {
var b = document.getElementById('btnsubmit');
b.click();
}
}
//-->
</script>