Custom HTML login form
If you wish to use custom affiliate login form at a page of yours, then you can do so simply via the following simple HTML form:
<form action="https://URL_TO_PostAffiliatePro/affiliates/login.php" method="post">
Username <input type="text" name="username" value=""><br>
Password <input type="password" name="password" value=""><br>
Remember me <input type="checkBox" name="rememberMe" checked><br>
<input type="submit" value="Login">
</form>
If...