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>
For WordPress Websites
If your website is built using WordPress or another content management system, you can easily add the HomeGauge report login to your website.
- Click the Pages tab on the left sidebar
- Select the page you would like to add the login code to or click the Add New button
- Paste the code into the page editor
- If you are using the Classic Editor, click the Text editor option on the page editor module and paste the code above.
- If you are using a visual editor such as Divi, click the purple Divi Builder button, and add a code module to your Divi Builder page editor. Paste the code above in that module then click the green checkmark in the bottom right of the module.
- Click the Update or Publish button on the right sidebar to add the HomeGauge report login form to your page