Network and partner users of your network normally log into TUNE from “https://YOURNETWORKID.hasoffers.com”. If you want to create a more customized login experience, you can set up a custom login box on your own website.
To set up a custom login box, copy the form elements from your TUNE login page and place them on your website. Use HTTP POST to send login credentials to your TUNE domain.
Here’s an example:
<form action="https://networkID.hasoffers.com/" method="post"> <input name="_method" type="hidden" value="POST" /> Email: <input name="data[User][email]" type="text" value="" /><br /> Password: <input name="data[User][password]" type="password" value="" /> <input type="submit" value="Login" /> </form>