Company Information
Transforming Modern IT Operations
Awards


ScienceLogic Hybrid IT Infrastructure Management
Visibility, context, and action across your entire IT operations to maximize business performance.
Join the Logic
Sign up for our newsletter to receive the latest news about ScienceLogic. We respect your privacy and will only use this information for communications from our company.
MktoForms2.whenReady(function (form) {
form.onValidate(function(){
// Get the values
var vals = form.vals();
var re = new RegExp(/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i);
if(re.test(vals.Email)){
form.submittable(true);
}
else{
form.submittable(false);
var emailElem = form.getFormElem().find("#Email");
form.showErrorMessage("Please enter a valid email format", emailElem);
}
});
});
Thank you. Check your email for details on your request.