Sign up here to register with Robert Fritz Inc. and receive our announcements and email newsletter “Creating,” featuring recent writings from Robert Fritz, advance notice of upcoming events, and special offers. Once your registration has been received you will be sent an email to confirm your subscription. Follow the directions in the email to begin receiving your newsletters. We will automatically send you a copy of the latest newsletter as soon as you do this. Enjoy!
var icpForm5680 = document.getElementById('icpsignup5680');
if (document.location.protocol === "https:")
icpForm5680.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired5680() {
if (icpForm5680["fields_email"].value == "") {
icpForm5680["fields_email"].focus();
alert("The Email field is required.");
return false;
}
if (icpForm5680["fields_fname"].value == "") {
icpForm5680["fields_fname"].focus();
alert("The First Name field is required.");
return false;
}
if (icpForm5680["fields_lname"].value == "") {
icpForm5680["fields_lname"].focus();
alert("The Last Name field is required.");
return false;
}
return true;
}