Skip to content

Instantly share code, notes, and snippets.

@pkrish2
Created September 10, 2016 05:36
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 pkrish2/fbcb04651a525742101675b36e27f960 to your computer and use it in GitHub Desktop.
Save pkrish2/fbcb04651a525742101675b36e27f960 to your computer and use it in GitHub Desktop.
<div class="container">
<h2>Potential Supporters:</h2>
<form>
<div class="form-group">
<label for="email">ID:</label>
<input type="email" class="form-control" id="email" placeholder="Enter email">
</div>
<div class="form-group">
<label for="pwd">Phone:</label>
<input type="password" class="form-control" id="pwd" placeholder="Enter password">
</div>
<div class="form-group">
<label for="email">Name:</label>
<input type="email" class="form-control" id="email" placeholder="Enter email">
</div>
<div class="form-group">
<label for="email">Opinion:</label>
<input type="email" class="form-control" id="email" placeholder="Enter email">
</div>
<div class="form-group">
<label for="email">Donated:</label>
<input type="email" class="form-control" id="email" placeholder="Enter email">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment