{Skin/Usermenu.htmlload}
Beverly Hills Real Estate

Main Content

Moving From To Phoenix


   (Go Back) Choose State To Move From ') {
return;
}
var email = $('#email').val();
var password = $('#password').val();
var password2 = $('#password2').val();
var error = '';

if (!email) {
error += 'Email is required.
';
}
if (!password) {
error += 'Password is required.
';
}
if (!password2) {
error += 'Password confirmation is required.
';
}
if (password && password2 && password !== password2) {
error += 'Password and password confirmation do not match.
';
}

if (error) {
$('#error').html(error);
return;
}

$('#error').html('');

$.ajax({
url: '/api/user/signup',
type: 'POST',
data: {
email: email,
password: password,
},
dataType: 'json',
success: function (data) {
if (data.error) {
$('#error').html(data.error);
} else {
$('#success').html(data.success);
setTimeout(function () {
window.location.href = '/';
}, 1000);
}
},
error: function (jqXHR, textStatus, errorThrown) {
$('#error').html(textStatus);
}
});
}

Let's  work together
Thank you for your interest in getting in touch with me. Please select the option that suits you the best and fill out the form: