/ Published in: HTML
This code can be used for making an external login area on pages other than KickApps powered pages. Please replace ##### with your AS ID. Also, if you've DNS masked you're site, you'll need to replace affiliate.kickapps.com with your domain info.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<form id="UserLogin" onsubmit="return ka_check_userLogin(this.form);" enctype="application/x-www-form-urlencoded" action="http://affiliate.kickapps.com/user/userLogin.kickAction?optOutUserId=" method="post" name="UserLogin" target=""> <input id="as" type="hidden" name="as" value="#####"/> <input type="hidden" value="" name="redirectURL" id="redirectURL" /> <input id="UserBoxUserName" class="textbox" type="text" name="username"/> <input id="UserBoxPassword" class="textbox" type="password" name="password" onkeydown="var key = event.which || event.keyCode; if (key == 13) { submit()}"/> <input class="ka_button" type="submit" value="Sign in" name="Login"/> </form>