Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.03 KB | None | 0 0
  1. <form method="post" action="" enctype="multipart/form-data">
  2.     <input type='hidden' name='csrfmiddlewaretoken' value='xNMXsomWx9zOpMnh8uZuNG3ox168mHPb' />
  3.     <p><label for="id_uname">Name:</label> <input id="id_uname" maxlength="100" name="uname" type="text" /></p>
  4. <p><label for="id_upassword">Password:</label> <input id="id_upassword" maxlength="100" name="upassword" type="password" /></p>
  5. <p><label for="id_uphone">Phone:</label> <input id="id_uphone" maxlength="20" name="uphone" type="text" /></p>
  6. <p><label for="id_uemail">Email:</label> <input id="id_uemail" maxlength="254" name="uemail" type="email" value="rrs402@nyu.edu" /></p>
  7. <p><label for="id_uintro">Intro:</label> <textarea cols="40" id="id_uintro" name="uintro" rows="10">
  8. </textarea></p>
  9. <p><label for="id_uphoto">Display Picture:</label> <input id="id_uphoto" name="uphoto" type="file" /></p>
  10. <p><label for="id_uaddress">Address:</label> <input id="id_uaddress" maxlength="100" name="uaddress" type="text" value="ABC" /></p>
  11. <input type="submit" value='Submit' />
  12. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement