Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skorasaurus/442e1104de388107197909c1c074632a to your computer and use it in GitHub Desktop.
Save skorasaurus/442e1104de388107197909c1c074632a to your computer and use it in GitHub Desktop.
// searchform;
<input type="radio" name="search-form-source" id="catalog" value="catalog"/>
<label for="catalog">Catalog</label>
<input type="radio" name="search-form-source" id="overdrive" value="overdrive"/>
<label for="overdrive">Ebooks</label>
<input type="radio" name="search-form-source" id="digitalgallery" value="digitalgallery"/>
<label for="digitalgallery">Digital Gallery</label>
<input type="radio" name="search-form-source" id="cpl-dot-org" value="cpl-dot-org"/>
<label for="cpl-dot-org">website</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment