Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created November 20, 2017 00:52
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 goofmint/1ccacd907db2cd17d3ee9ea1023037b8 to your computer and use it in GitHub Desktop.
Save goofmint/1ccacd907db2cd17d3ee9ea1023037b8 to your computer and use it in GitHub Desktop.
<div class="form-group">
<label for="exampleName">メールアドレス</label>
<input name="email" type="email" id="email_addr" required />
<small id="emailHelp" class="form-text text-muted">必須</small>
</div>
<div class="form-group">
<label for="exampleName">メールアドレス(確認)</label>
<input name="email_addr_repeat" type="email" id="email_addr_repeat" required />
<small id="emailHelp" class="form-text text-muted">確認入力</small>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment