Customize Your Login Page

Below are directions on how to add PPW login functionality to your company website.

Put this portion of the code in the <header> section of the website:

<script type=”text/javascript” src=”http://www.propertypreswizard.com/templates/remote_login.js”></script>

Put this where you’d like the login box:

<script type=”text/javascript”> ppwLoginForm(); </script>

You can pass 2 variables to the ppwLoginForm() function, background color and text color. As hex values for example, you can also leave them blank and go with the defaults.

ppwLoginForm(‘#ffffff’, #000000′);

For any other questions, please consult with the PPW Support Team.

Last updated