Already have an API Key? Log in here.

Get an API Key to start building cool stuff.​​

'; }); field.addEventListener('nb:result', function (e) { feedback.style.display = 'block'; if (e.detail.result.is(_nb.settings.getAcceptedStatusCodes())) { feedback.innerHTML = 'Great! Your email passed our validation'; } else { feedback.innerHTML = 'That email address does not look valid. If you think this is an error, reach out to us and we\'ll do our best to help.'; } }); // Handle soft results (fails regex; doesn't bother making API request) field.addEventListener('nb:soft-result', function (e) { feedback.style.display = 'block'; feedback.innerHTML = 'That email address does not look valid.'; }); });