Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.70 KB | None | 0 0
  1.         <form id="msform-1" method="post" class="msform" action="us_02.php">
  2.             <ul id="progressbar">
  3.                 <li class="active">Account Setup</li>
  4.                 <li>Social Profiles</li>
  5.                 <li>Personal Details</li>
  6.             </ul>
  7.             <fieldset>
  8.                 <h2 class="fs-title">Create your account</h2>
  9.                 <h3 class="fs-subtitle">This is step 1</h3>
  10.                 <input type="text" name="email" placeholder="Email" />
  11.                 <input type="password" name="password" placeholder="Password" />
  12.                 <input type="password" name="cpassword" placeholder="Confirm Password" />
  13.                 <input type="button" name="next" class="next action-button" value="Next" />
  14.                 <input type="button" name="LogIn" class="LogIn action-button" value="Log In" />
  15.                 <br/><br/>
  16.                 <h3 class="fs-footer">&copy Copyright 2015 PROJECT-TURN, All rights reserved.</h3>
  17.             </fieldset>
  18.             <fieldset>
  19.                 <h2 class="fs-title">Social Profiles</h2>
  20.                 <h3 class="fs-subtitle">Your presence on the social network</h3>
  21.                 <input type="text" name="twitter" placeholder="Twitter" />
  22.                 <input type="text" name="facebook" placeholder="Facebook" />
  23.                 <input type="text" name="gplus" placeholder="Google Plus" />
  24.                 <input type="button" name="previous" class="previous action-button" value="Previous" />
  25.                 <input type="button" name="next" class="next action-button" value="Next" />
  26.                 <br/><br/>
  27.                 <h3 class="fs-footer">&copy Copyright 2015 PROJECT-TURN, All rights reserved.</h3>
  28.             </fieldset>
  29.             <fieldset>
  30.                 <h2 class="fs-title">Personal Details</h2>
  31.                 <h3 class="fs-subtitle">We will never sell it</h3>
  32.                 <input type="text" name="fname" placeholder="First Name" />
  33.                 <input type="text" name="lname" placeholder="Last Name" />
  34.                 <input type="text" name="phone" placeholder="Phone" />
  35.                 <textarea name="xhpc_message_text" placeholder="What's on your mind?"></textarea>
  36.                 <input type="button" name="previous" class="previous action-button" value="Previous" />
  37.                 <input type="submit" name="submit" class="submit action-button" value="Submit" />
  38.                 <br/><br/>
  39.                 <h3 class="fs-footer">&copy Copyright 2015 PROJECT-TURN, All rights reserved.</h3>
  40.             </fieldset>
  41.         </form>
  42.         <form id="msform-2" method="post" class="msform" action="us_01.php">
  43.             <fieldset>
  44.                 <h2 class="fs-title">Log In</h2>
  45.                 <h3 class="fs-subtitle">Acess your account</h3>
  46.                 <input type="text" name="email" placeholder="Email" />
  47.                 <input type="password" name="password" placeholder="Password" />
  48.                 <input type="submit" name="submit" class="submit action-button" value="Submit" />
  49.                 <input type="button" name="SignUp" class="SignUp action-button" value="Sign Up" />
  50.                 <br/><br/>
  51.                 <h3 class="fs-footer">&copy Copyright 2015 PROJECT-TURN, All rights reserved.</h3>
  52.             </fieldset>
  53.         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement