Jump to content

Login and register area in same page


gezegen

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated