RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Need help : Registration and login in same html file

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
ruben



Joined: 06 Nov 2010
Posts: 57

PostPosted: Nov 29, 2010 5:02 pm    Post subject: Need help : Registration and login in same html file Reply with quote

Hello,

I have a temp for login, registration and forgot pass in one.

http://img138.imageshack.us/img138/646/tempu.png


My question is how to seperate each form? because this makes the error when i only use the one for login I only can login and not register etc. and I need this in the same html file. so is there anything that helps ?

for login :

<form method="POST" action="<TMPL_VAR site_url>/" name="FL">
<input type="hidden" name="op" value="login">
<input type="hidden" name="redirect" value="<TMPL_VAR redirect>">

for registration :

<Form method="POST" onSubmit="return CheckForm(this)">
<input type="hidden" name="op" value="register_save">
<input type="hidden" name="rand" value="<TMPL_VAR rand>">



and one more question how to change the visiblity of the lines.
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Dec 02, 2010 10:50 am    Post subject: Reply with quote

Just don't forget to close FORM tag.

<form method="POST" action="<TMPL_VAR site_url>/" name="FL">
<input type="hidden" name="op" value="login">
<input type="hidden" name="redirect" value="<TMPL_VAR redirect>">
......
</form>
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group