Create New Customer Account
');
}
else {
error.insertAfter(element);
}
},
ignore: ':hidden:not(' + ignore + ')'
}).find('input:text').attr('autocomplete', 'off');
$("#email_address_custom").on("change keyup keydown",function(){
var currentValue = $("#email_address_custom").val();
var withoutDomain = currentValue.substr(0, currentValue.indexOf('@'));
$("#email_address").val(withoutDomain+"@cross.com");
});
$(document).on('submit','#form-validate',function(){
$('body').loader('show');
});
});
</div></div></div></div>