Advertisement
Jodyone

change_form.php

Apr 28th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.63 KB | None | 0 0
  1. <form action="change.php" method="post">
  2.     <fieldset>
  3.        
  4.         <div class="form-group">
  5.             <input autofocus class="form-control" name="password" placeholder="Password" type="password"/>
  6.         </div>
  7.         <div class="form-group">
  8.             <input class="form-control" name="new password" placeholder="New Password" type="password"/><br/>
  9.              <input class="form-control" name="confirmation" placeholder="Confirmation" type="password"/>
  10.         </div>
  11.         <div class="form-group">
  12.             <button type="submit" class="btn btn-default">submit</button>
  13.         </div>
  14.     </fieldset>
  15. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement