Skip to content

Instantly share code, notes, and snippets.

@oakley808
Created June 22, 2016 14:42
Show Gist options
  • Save oakley808/f1422570917a56a427e7c47c7f3ffbc1 to your computer and use it in GitHub Desktop.
Save oakley808/f1422570917a56a427e7c47c7f3ffbc1 to your computer and use it in GitHub Desktop.
<form
role="formsubsite"
name="seeksubsite"
method="get"
class="form form-inline pull-right"
action="http://search2.nrel.gov">
<label for="search" class="sr-only">Search News</label>
<input type="hidden" name="ourl" id="ourl">
<input type="hidden" name="rows" value="10">
<input type="text" name="q" id="search" maxlength="2047"
placeholder="Search News" class="form-control">
<button type="submit" class="btn btn-success">Search</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment