Skip to content

Instantly share code, notes, and snippets.

@jonmarkgo
Created July 9, 2013 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonmarkgo/5959979 to your computer and use it in GitHub Desktop.
Save jonmarkgo/5959979 to your computer and use it in GitHub Desktop.
<form id="enter_number">
<p>Enter your phone number:</p>
<p><input type="text" name="phone_number" id="phone_number" /></p>
<p><input type="submit" name="submit" value="Verify" /></p>
</form>
<div id="verify_code" style="display: none;">
<p>Calling you now.</p>
<p>When prompted, enter the verification code:</p>
<h1 id="verification_code"></h1>
<p><strong id="status">Waiting...</strong></p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment