CINXE.COM

Create a Simplenote Account

<!doctype html> <html lang="en"> <head> <link rel="manifest" href="/manifest.json"> <meta charset="utf-8" /> <title>Create a Simplenote Account</title> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" /> <meta name="description" content="Simplenote is an easy way to keep notes, lists, ideas, and more. Keep notes on the web, your mobile device, and your computer. Find notes quickly with instant searching and simple tags. Share a list, post some instructions, or publish your thoughts." /> <meta name="viewport" content="width = device-width" /> <meta name="theme-color" content="#3361cc" /> <script src="/script/darkTheme.js"></script> <link rel="shortcut icon" type="image/x-icon" sizes="16x16 32x32 64x64" href="/favicon.ico" /> <link rel="stylesheet" media="screen, projection" href="/css/logged-out.css" /> <script src="https://www.recaptcha.net/recaptcha/api.js?render=6LfMOq0UAAAAANTnVx9i_DfiDZa7QKR7DMLdu7eE"></script> <script type="text/javascript"> var showStatus = function( message, error ) { var status = document.getElementById('status'); status.innerText = message; if(error) { status.setAttribute('class', 'error status'); } else { status.setAttribute('class', 'status'); } }; var clearStatus = function() { var status = document.getElementById('status'); status.innerText = '\u00a0'; status.setAttribute('class', 'status'); }; var verifySuccess = function () { document.getElementById('page').style.display = 'none'; document.getElementById('result-page').style.display = 'flex'; document.getElementById('successEmail').innerText = document.getElementById('email').value; }; var verifyFail = function () { var status = document.getElementById('status'); status.setAttribute('class', 'error status'); status.innerHTML = 'Could not request account creation. Are you trying to <a href="/login/" title="log in">log in</a> to an existing account? Still having trouble? Please <a href="mailto:support@simplenote.com?subject=Simplenote%20Support">contact us</a>.'; }; function postSignup(url = '') { const username = document.getElementById('email').value; return fetch(url, { method: 'POST', cache: 'no-cache', credentials: 'include', body: JSON.stringify({ username }), }); } var doSignup = function (e) { e.preventDefault(); validateForm(true); grecaptcha.ready(function () { grecaptcha .execute('6LfMOq0UAAAAANTnVx9i_DfiDZa7QKR7DMLdu7eE', { action: 'signup' }) .then(function (token) { var recaptchaResponse = document.getElementById( 'recaptchaResponse' ); recaptchaResponse.value = token; var emailElem = document.getElementById('email'); if ( emailElem.validity.valid ) { showStatus('Submitting sign up request...'); postSignup('/account/request-signup').then(verifySuccess).catch(verifyFail); } }); }); }; var validateForm = function( showStatus ) { var emailElem = document.getElementById('email'); var email = emailElem.value; // display the appropriate message if( showStatus && ! emailElem.validity.valid) { window.showStatus(emailElem.validationMessage, true); } else { window.clearStatus(); } } document.addEventListener('DOMContentLoaded', function () { document.getElementById('signup').addEventListener('submit', doSignup); document.getElementById('email').addEventListener('input', function (e) { validateForm(false); }); document.getElementById('email').addEventListener('invalid', function (e) { // prevent showing the default error popup e.preventDefault() validateForm(true); }); }); </script> <style id="antiClickjack"> .page { display: none !important; } </style> <script type="text/javascript"> if (self === top) { var antiClickjack = document.getElementById('antiClickjack'); antiClickjack.parentNode.removeChild(antiClickjack); } else { top.location = self.location; } </script> <script type="text/javascript" id="cookiebanner" src="../script/cookiebanner.min.js" data-expires="15780000" data-fg="#FFFFFF" data-bg="#3d3f41" data-close-text="Got it!" data-close-style="height:22px;font-weight:bold;float:right;text-decoration: underline;padding-left:5px;" data-link="#FFFFFF" data-linkmsg="Learn more, including how to control cookies." data-moreinfo="https://www.automattic.com/cookies" data-moreinfo-decoration="underline" data-message="Our websites and dashboards use cookies. By continuing, you agree to their use."></script> <script src="/script/offline.js"></script> </head> <body> <noscript> <h1 class="noscript-offline">Simplenote requires JavaScript to function.</h1> </noscript> <div id="offline"> <h1 class="noscript-offline">You must be online to sign up.</h1> </div> <div class="page" id="page"> <svg class="logo" width="96" height="96" viewBox="0 0 176 176"> <g fillRule="evenodd" clipRule="evenodd"> <circle cx="88" cy="88" r="88" fill="transparent" /> <path d="M152.37 87.885c0-34.066-27.182-63.42-59.45-64.854-6.416-.284-12.647 1.432-17.58 5.573-5.002 4.196-8.07 10.09-8.638 16.595C65.43 59.73 78.537 68.618 91.225 72.09c30.69 8.398 48.462 30.086 46.655 56.757 9.057-11.194 14.49-25.442 14.49-40.962zM84.345 97.24c-28.696-7.853-45.817-29.174-43.62-54.317.027-.287.073-.567.102-.852C29.19 53.846 22 70.023 22 87.886c0 34.348 27.955 63.828 60.277 64.933 7.227.248 14.214-1.685 19.766-6.344 5.67-4.757 9.146-11.435 9.79-18.808 1.703-19.463-16.492-27.417-27.488-30.426z" fill="#3361cc" /> </g> </svg> <h1>Sign up</h1> <div id="status" class="status">&nbsp;</div> <form action="#" class="form" id="signup" method="post" name="signup"> <label for="email">Email</label> <input id="email" name="email" placeholder="Email" required type="email" autofocus /> <input type="submit" value="Sign up" /> <input id="recaptchaResponse" name="recaptcha_response" type="hidden" /> </form> <div class="terms"> By creating an account you agree to our <a href="http://simplenote.com/terms/">Terms of Service</a>. </div> <p class="login-signup">Already have an account? <a href="/login">Log in</a></p> </div> <div class="page" id="result-page" style="display: none;"> <div class="email-verify"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect width="24" height="24" fill="none"/><path d="M20 4H4C2.9 4 2 4.9 2 6v12C2 19.1 2.9 20 4 20h16C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4zM18.3 6L12 10.8 5.7 6H18.3zM4 6L4 6V6H4zM4 18L4 7.2 12 13.3l8-6L20 18 4 18z"/></svg> <p>We鈥檝e sent an email to <strong id="successEmail"></strong>. Please check your inbox and follow the instructions.</p> <p class="login-signup">Didn't get an email? There may already be an account associated with this email address. Contact <a href="mailto:support@simplenote.com">support@simplenote.com</a> for help.</p> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10