The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Can someone help with this registration field form

2 posters

Go down

Can someone help with this registration field form Empty Can someone help with this registration field form

Post by xDroiidx August 6th 2012, 3:27 am

ok so i have a slider at the top of my forum, and in it i have a *working* Log in field, and a new register field im trying to make. can someone help me put the pieces of the puzzle together. *note* its not on there right now cause i want members to be able to register right now. But i wanna put it back. after someone can help me fix this field

here's the panel HTML:

Code:
<!-- BEGIN switch_user_logged_out -->
  <!-- Login --><div id="toppanel">
      <div id="panel">
          <div class="content clearfix">
            <div class="left">
                <h1>Welcome to xCoDeZz</h1>
                <h2>The Home of CSS, Wii, And PSP Codes</h2>     
                <p class="grey">Please Login or Register now! thank you</p>
                <h2>Benefits of Registering?</h2>
                <p class="grey">You will get unlimited access to the forums, You will get to see the codes section when ever you want, and you get to chat with other members, and our site is #1 for leaking codes</p>
            </div>
            <div class="left">
                <center><h1>Login</h1></center>
    <form class="c3" action="/login.forum" method="post">
    <table class="c2" border="0" cellpadding="3" cellspacing="1">
    <tbody>
    <tr>
      <td align="right" width="45%">Username:<br /></td>
    <td><input name="username" size="25" maxlength="40" class="c1" type="text"></td>
    </tr>
      <br />
    <tr>
    <td align="right">Password:<br /></td>
    <td><input name="password" size="25" maxlength="32" class="c1" type="password"></td>
    </tr>
    <tr align="center">
      <br>
    <td colspan="2">Log me on automatically each visit: <input name="autologin" checked="true" type="checkbox"></td>
    </tr>
    <tr align="center">
    <td colspan="2"><input class="mainoption" name="login" value="Log in" type="submit"> <input name="redirect" type="hidden" value="/h1-redirect-page"></td>
    </tr>
    </tbody>
    </table>
    </form>
            </div>
            <div class="left right">
                <form action="#" method="post">
                  <h1>Not a member yet? Register!</h1>   
        <form action="/register?agreed=true&step=2" method="post">
            <p>
            <label for="username">First name: </label>
                      <input type="text" name="username" /><br>
            <label for="lastname">Password: </label>
                      <input type="password" name="password"><br>
            <label for="email">email: </label>
                      <input type="text" name="email"><br><br>
            <input type="submit" name="submit" value="Save" />  <input type="reset" />
            </p>
        </form>
            </div>
          </div>
      </div> <!-- /login --> 
<!-- The tab on top --> 
      <div class="tab">
          <ul class="login">
              <li class="left"> </li>
              <li>Hello Guest!</li>
            <li class="sep">|</li>
            <li id="toggle">
                <a id="open" class="open" href="#">Log In | Register</a>
                <a id="close" style="display: none;" class="close" href="#">Close Panel</a>       
            </li>
              <li class="right"> </li>
          </ul>
      </div> <!-- / top -->
     
    </div> <!--panel -->
      <!-- END switch_user_logged_out -->

And here's the actuall registration form im trying to use:

Code:
<form action="/register?agreed=true&step=2" method="post">
            <p>
            <label for="username">First name: </label>
                      <input type="text" name="username" /><br>
            <label for="lastname">Password: </label>
                      <input type="password" name="password"><br>
            <label for="email">email: </label>
                      <input type="text" name="email"><br><br>
            <input type="submit" name="submit" value="Save" />  <input type="reset" />
            </p>
        </form>

Everything looks legit, but when i click submit, it just sends me to the forum page again, and doesnt register, can someone help me fix this script to actually register ? Thanks! Very Happy
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Can someone help with this registration field form Empty Re: Can someone help with this registration field form

Post by xDroiidx August 7th 2012, 3:28 am

BUMP
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Can someone help with this registration field form Empty Re: Can someone help with this registration field form

Post by xDroiidx August 8th 2012, 9:49 pm

Bump
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Can someone help with this registration field form Empty Re: Can someone help with this registration field form

Post by xDroiidx August 9th 2012, 7:48 am

works great! thanks Wink , is there anyway to use javascript, to make the confirm password field appear on the slider after you enter in the registration info?
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Can someone help with this registration field form Empty Re: Can someone help with this registration field form

Post by xDroiidx August 11th 2012, 2:12 am

^Bump
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Can someone help with this registration field form Empty Re: Can someone help with this registration field form

Post by BimbasVG August 11th 2012, 12:38 pm

Droiidx i have PunBB too, how can i add "Return top" on my Forum plzz help me =)
BimbasVG
BimbasVG
Forumember

Male Posts : 100
Reputation : 4
Language : Croatian

http://www.ch-yakuza.com

Back to top Go down

Can someone help with this registration field form Empty Re: Can someone help with this registration field form

Post by xDroiidx August 12th 2012, 9:41 pm

Request that in a new topic and i will be glad to help u
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Can someone help with this registration field form Empty Re: Can someone help with this registration field form

Post by xDroiidx August 13th 2012, 1:54 am

Ok, the html you gave me worked, after i fill in the registration form and click submit, it takes me to a confirm password page,is there anyway to put that confirm password field on the registration form in my panel?, to where i click submit and it takes me to the thank you for registering page , instead of the confirm password page, thanks, if u need any more elaboration tell me Wink, if thats not possible then what about using javascript , so when i click submit the form dissapears off the slider and then the confirm password field appears on the slider, with a transition.
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Can someone help with this registration field form Empty Re: Can someone help with this registration field form

Post by xDroiidx August 14th 2012, 3:56 am

Bump
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Can someone help with this registration field form Empty Re: Can someone help with this registration field form

Post by xDroiidx August 14th 2012, 7:10 am

Oh ok, solved. Wink

do u think forumotion will ever be able to use ajax?
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum