Schedule Mautic Personal Demo
function isValidEmail(email) { var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(reg.test(email) == false) { return false; } return true; }
function checkForm(myForm) { var errors = "";
if (myForm.f_firstname.value == "") errors = "Please enter your First Name.\n"; if (myForm.f_lastname.value == "") errors += "Please enter your Last Name.\n"; if (!isValidEmail(myForm.f_email.value)) errors += "Please enter a valid Email.\n";
if (errors != "") { alert(errors); return false; } else { return true; } }
Hi! We are thrilled to hear you’re interested in learning more about Mautic. We get that sometimes creating your own account and digging into things on your own can feel overwhelming and a bit daunting. If you would like a personal guided tour of Mautic then simply fill out the form below to join our next webinar. And don’t worry if this one is full – we will be scheduling many more!
Next Meeting Details
Date: Tuesday, October 27
Time: 2:00 PM EDT (Check Local Time)