Zillow® Labs
Zillow.com Search Box
Authors: Jim Cooley, User Experience Developer and Jeff Lubetkin, Development Lead
Help your site visitors quickly find Zestimate home valuations via a Zillow.com home address search box. Copy and paste the provided HTML below to your site to add the search.
What will it look like?
Directions to install
Copy and paste the following HTML:
<form method="get" action="http://www.zillow.com/search/Search.htm" name="formSearchBar" id="formSearchBar" target="_blank"> <table summary="Zillow.com Address Search" style="width: 170px; background: #E2EEFF; border-collapse: collapse; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #555; margin: 15px 0 15px 0;"> <tr> <td align="right" style="padding: 8px 8px 3px 8px"><img src="http://www.zillow.com/static/images/searchbox_logo.gif" alt="Zillow.com" width="75" height="13" /></td> </tr> <tr> <td align="left" style="color: #d61; font-weight: bold; padding: 0 8px; font-size: 12px;">Get free, instant home valuations</td> </tr> <tr> <td valign="top" style="padding: 5px 8px 0 8px; font-size: 10px; line-height: 1.5;"> <label for="addrstrthood"><strong>Address (optional)</strong></label><br /> <input name="addrstrthood" id="addrstrthood" maxlength="100" style="font-size: 10px; color: #555; border: 1px solid #8095B0; width: 99%; padding: 1px 0;" /><br /> <label for="citystatezip"><strong>City, State</strong> OR <strong>ZIP</strong></label><br /> <input name="citystatezip" id="citystatezip" maxlength="100" style="font-size: 10px; color: #555; border: 1px solid #8095B0; width: 99%; padding: 1px 0;" /> <input type="hidden" name="s_cid" value="001" /> </td> </tr> <tr> <td align="right" style="padding: 5px 8px 8px 8px"><input type="image" src="http://www.zillow.com/static/images/btn_go.gif" alt="go button" /></td> </tr> </table> </form>
If you have any questions, please e-mail
.
Use of the Zillow Labs applications is subject to Zillow.com's Terms of Use.
