Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. <form action="" method="post">
  2. <p>Title: <select name="title" id="title"><option value="0" selected="SELECTED">---</option><option value="Mr.">Mr.</option><option value="Ms.">Ms.</option><option value="Mrs.">Mrs.</option><option value="Miss.">Miss.</option></select></p>
  3. <div style="float: left; margin-right: 25px">
  4. <p>First Name:</p>
  5. <p><input type="text" name="fname" id="fname" /></p>
  6. <p>Address 1:</p>
  7. <p><input type="text" name="addr1" id="addr1" /></p>
  8. <p>City:</p>
  9. <p><input type="text" name="city" id="city" /></p>
  10. <p>Zip/Postal Code:</p>
  11. <p><input type="text" name="zip" id="zip" /></p>
  12. <p>Phone #:</p>
  13. <p><input type="text" name="phone" id="phone" /></p>
  14. </div>
  15. <div style="float: left">
  16. <p>Last Name:</p>
  17. <p><input type="text" name="lname" id="lname" /></p>
  18. <p>Address 2:</p>
  19. <p><input type="text" name="addr2" id="addr2" /></p>
  20. <p>State/Province: </p>
  21. <p><input type="text" name="state" id="state" /></p>
  22. <p>Country:</p>
  23. <p><input type="text" name="country" id="country" /></p>
  24. <p>Email:</p>
  25. <p><input type="text" name="email" id="email" /></p>
  26. </div>
  27. <div style="clear: both"></div>
  28. <p><input type="checkbox" /> <strong>I declare that I am atleast 18 years of age, or older.</strong></p>
  29. <p><input type="checkbox" /> <strong>I have read and accept the <a href="tos.php" class="tos">terms and conditions</a> and the data protection policy.</strong></p>
  30. <p style="text-align: justify; font: 10px Verdana; color: #BBBBBB;">This present sweepstake/competition is carried out with the objective to incorporate your personal information in the marketing database, property of mysite. Should you not wish that your personal information forms part of this mentioned database, we kindly ask you not to participate in this competition/sweepstake. Furthermore, if you do not inform us otherwise, your participation in this sweepstake is automatically treated as your permission to include your personal information in our sponsors´ database. Should you oppose to your personal information forms part of these databases mentioned above, please click here.</p>
  31. <p><input style="margin-top: 10px; width: 132px; height: 30px" type="image" src="img/confirm.png" /></p>
  32. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement