},
success: function (response) {
$(“#checking-image”).remove();
let obj = $.parseJSON(response);
if (obj.response === ‘Existing user found’) {
$(‘form#wpr-optin-first-step’).before(“
Great news!
You already have a free membership.
Click the link below to sign into your account
Sign in now
“);
return false;
} else {
$(‘form#wpr-optin-first-step’).unbind(‘submit’).submit();
}
}
});
});
});