HTML
-
-
Save philcon93/8c8215a01ccfbf43787cc43b2534b73f to your computer and use it in GitHub Desktop.
eBay Search Form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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