Skip to content

Instantly share code, notes, and snippets.

@lswilson
Created January 3, 2014 16:06
Show Gist options
  • Save lswilson/8240471 to your computer and use it in GitHub Desktop.
Save lswilson/8240471 to your computer and use it in GitHub Desktop.
Find A Rental: HTML
<form action="/" class="find-a-rental searchform unit-sub-body">
<div class="form-row form-row-inline">
<input type="text" class="s" name="find-a-rental-loc" id="find-a-rental-loc" placeholder="City, Zip or Neighborhood" />
<input type="submit" class="btn searchsubmit" value="Search" />
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment