Skip to content

Instantly share code, notes, and snippets.

@bonnie
Last active August 29, 2015 14:02
Show Gist options
  • Save bonnie/9ea8219d9f2ddffc0b70 to your computer and use it in GitHub Desktop.
Save bonnie/9ea8219d9f2ddffc0b70 to your computer and use it in GitHub Desktop.
<div class="headline">
You're almost there! Enter a password for your new account.
</div>
<div class="details">
When logging in to your account, your username will be your email address: {{ customer.email }}.
</div>
<form id='password_form' action='https://mysite.com/account_creation.php'>
Password: <input type="password" name="password1">
Re-Type Password: <input type="password" name="password2">
<input type="hidden" name="email" value="{{ customer.email }}">
</form>
<div class="blue_button_wrapper">
<a class="blue_button" onClick=document.forms["password_form"].submit();>Create my Account!</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment