Skip to content

Instantly share code, notes, and snippets.

@philcon93
Last active September 29, 2016 22:44
Show Gist options
  • Save philcon93/8c8215a01ccfbf43787cc43b2534b73f to your computer and use it in GitHub Desktop.
Save philcon93/8c8215a01ccfbf43787cc43b2534b73f to your computer and use it in GitHub Desktop.
eBay Search Form

eBay Search Form

HTML

<form name="productsearch" class="form-inline pull-left" method="get" action="[@ebstore_url@]">
<div>
<input id="searchId" name="_nkw" type="text" placeholder=" Search Our eBay Store">
<button type="submit" value="Search" class="btn">
Search <i class="icon-search"></i>
</button>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment