If you want your Customers and REPs to log in on your website to pick up their report, you can add this code to a page or website widget to display a HomeGauge login box. Directing your customers to your website to log in is a great way to drive traffic and help your search engine rankings.
Please don't add this code inside of an iframe. To work correctly, the login must redirect to HomeGauge for customers to view their documents.
<form action="https://www.homegauge.com/loginprocessor.html" method="post">
<input name="action" type="hidden" value="login">
<table style="width: 90%; padding: 0; border: 0; border-spacing: 0;">
<tr>
<td>
<div style="text-align: center">
<a href="https://www.homegauge.com"><img alt="HomeGauge" style="border: 0; height: 51px; width: 150px" src="https://www.homegauge.com/images/hglogo-sm.jpg"></a>
</div>
</td>
</tr>
<tr>
<td>
<div style="text-align: center; font-size: 0.8em">
<strong>User Name</strong><br>
<input name="userName" size="15" type="text">
</div>
</td>
</tr>
<tr>
<td>
<div style="text-align: center; font-size: 0.8em">
<strong>Password</strong><br>
<input name="password" size="15" type="password"><br>
</div>
</td>
</tr>
<tr>
<td style="text-align: center"><input name="submit" type="submit" value="Sign In"></td>
</tr>
<tr>
<td style="text-align: center">
<a href="https://account.homegauge.com/forgot-password">Lost Password?</a>
</td>
</tr>
</table>
</form>