WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Login and registration form making Empty Login and registration form making Wed Dec 26, 2012 8:59 pm

Guest


Guest
Can anybody tell me how to make switching login and registration form with HTML5 and CSS3? Crying or Very sad

2Login and registration form making Empty Re: Login and registration form making Wed Jan 02, 2013 8:44 am

Nanotechnology

Nanotechnology
Registered Member
Registered Member
It's not HTML5 but this is my usual setup:
Code:

<form action="some_script.php" method="post">
<fieldset>
<legend>Your Form Name</legend>
<p><label for="name">Name:<input type="text" name="name" /></p>
<p><label for="pass">Password:<input type="password" name="pass" /></p>
<p><label for="email">Email:<input type="text" name="email" /></p>
<p><input type="submit" value="submit" name="submit" /></p>
</fieldset>
</form>

Then you would style it as you wish. If you would like to see the CSS which goes with it, I'd be more than happy to post it.

Do you need help writing the PHP?

Regards,

Nano

http://www.tspv-websites.co.uk

3Login and registration form making Empty Re: Login and registration form making Mon Nov 11, 2013 1:30 am

Petermichael


Registered Member
Registered Member
i think there is some thing wrong in it.:-S

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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