gezegen Posted August 23, 2009 Share Posted August 23, 2009 I want to show login and register sections in one page alltogether. I copy login.tpl codes and clientregister.tpl and paste one page.But login section work but register section not work no captcha no action. How to work login area and register area in one page? 0 Quote Link to comment Share on other sites More sharing options...
gezegen Posted August 23, 2009 Author Share Posted August 23, 2009 like this site https://www.gittigidiyor.com/login?s=1 (site is example not build whmcs) 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted August 23, 2009 Share Posted August 23, 2009 try adding this code: <form method="post" action="dologin.php?goto=clientarea">Email Address: <input type="text" name="username" size="50"><br> Password: <input type="password" name="password" size="20"><br> <input type="submit" value="Login"> </form> to the "clientregister.tpl" and rewrite the page layout to how you need it to look. Then only link to clientregister and not login page. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted August 25, 2009 Share Posted August 25, 2009 did this work? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.