Advertisement
ssoni

survey form

Apr 16th, 2021
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>Survey</title>
  7. <link rel="stylesheet" type="text/css" href="/static/view.css" media="all">
  8. <script type="text/javascript" src="/static/view.js"></script>
  9.  
  10. </head>
  11. <body id="main_body" >
  12.  
  13. <img id="top" src="/static/top.png" alt="">
  14. <div id="form_container">
  15.  
  16. <h1><a>Survey</a></h1>
  17. <form id="form_22423" class="appnitro" method="POST" action="/collect">
  18. <div class="form_description">
  19. <h2>Survey</h2>
  20. <p>Answer some questions!</p>
  21. </div>
  22. <ul >
  23.  
  24. <li id="li_1" >
  25. <label class="description" for="element_1">What kind of dog? </label>
  26. <div>
  27. <input id="element_1" name="dog" class="element text medium" type="text" maxlength="255" value=""/>
  28. </div>
  29. </li> <li id="li_2" >
  30. <label class="description" for="element_2">Sport? </label>
  31. <div>
  32. <input id="element_2" name="sport" class="element text medium" type="text" maxlength="255" value=""/>
  33. </div>
  34. </li> <li id="li_5" >
  35. <label class="description" for="element_5">Section of Somers </label>
  36. <div>
  37. <select class="element select medium" id="element_5" name="town">
  38. <option value="" selected="selected"></option>
  39. <option value="1" >Lincolndale</option>
  40. <option value="2" >Shenorock</option>
  41. <option value="3" >Granite Springs</option>
  42. <option value="4" >Katonah</option>
  43.  
  44. </select>
  45. </div>
  46. </li> <li id="li_3" >
  47. <label class="description" for="element_3">Favorite Vacation Spot </label>
  48. <div>
  49. <input id="element_3" name="vaca" class="element text medium" type="text" maxlength="255" value=""/>
  50. </div>
  51. </li> <li id="li_4" >
  52. <label class="description" for="element_4"> </label>
  53. <span>
  54. <input id="element_4_1" name="robot" class="element checkbox" type="checkbox" value="1" />
  55. <label class="choice" for="element_4_1">I am not a robot</label>
  56.  
  57. </span>
  58. </li>
  59.  
  60. <li class="buttons">
  61. <input type="hidden" name="form_id" value="22423" />
  62.  
  63. <input id="saveForm" class="button_text" type="submit" name="submit" value="Submit" />
  64. </li>
  65. </ul>
  66. </form>
  67. <div id="footer">
  68. Generated by <a href="http://www.phpform.org">pForm</a>
  69. </div>
  70. </div>
  71. <img id="bottom" src="/static/bottom.png" alt="">
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement