Skip to content

Instantly share code, notes, and snippets.

@jerry-maheswara-github
Created February 10, 2018 22:50
Show Gist options
  • Save jerry-maheswara-github/4f26a4a74b5596f36a2b3470079208e7 to your computer and use it in GitHub Desktop.
Save jerry-maheswara-github/4f26a4a74b5596f36a2b3470079208e7 to your computer and use it in GitHub Desktop.
<form action="" method="POST" class="form-horizontal" role="form">
<div class="form-group">
<legend>Register</legend>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Email</label>
<div class="col-sm-10">
<input type="email" name="user_email" class="form-control" />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Password</label>
<div class="col-sm-10">
<input type="password" name="user_password" class="form-control" />
</div>
</div>
<div class="form-group">
<div class="col-sm-10 col-sm-offset-2">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment