Advertisement
Guest User

Untitled

a guest
Oct 11th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <fieldset class="question">
  2. <legend>Other Details</legend>
  3. When did you create this account?
  4. <form action="recover_password" method="POST">
  5. <table>
  6. <tr>
  7. <td style="vertical-align: middle">
  8. If you have any other details which would help you prove your ownership of this
  9. account, please enter them here.<br/>
  10. Please <b>do not</b> provide us with any of this following personal information, your full
  11. name, home
  12. address, email address or telephone number.<br/><br/>
  13. <span class='textcounter' id="counter1">You have 300 characters remaining</span>
  14. </td>
  15. <td>
  16. <textarea style="height: 120px; width: 450px;" class="textlimited"
  17. data-textcounterid="counter1" maxlength="300" rows="4" cols="50"></textarea><br/>
  18. </td>
  19. </tr>
  20. </table>
  21. <input type="submit" value="Submit Recovery">
  22. </form>
  23. </fieldset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement