Skip to content

Instantly share code, notes, and snippets.

@mwollenweber
Created October 9, 2014 17:59
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 mwollenweber/01c026e302c33b9efc4b to your computer and use it in GitHub Desktop.
Save mwollenweber/01c026e302c33b9efc4b to your computer and use it in GitHub Desktop.
<div class="container-fluid">
<div class="col-md-4">
<form role="form" class="retainSearch">
<div class="form-group">
<label for="searchField">Search By: </label>
<select class="form-control input-sm" name="searchField" id="searchField">
<option value="NetID">Netid</option>
<option value="lName">Family Name</option>
</select>
</div>
<div class="form-group">
<label for="searchValue">Value</label>
<input type="email" class="form-control" id="searchValue">
</div>
<button type="submit" class="btn btn-default">Search</button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment