Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <!--THE CONTACT FORM-->
  2.  
  3. <center>
  4. <form action="createUser.php" method="POST">
  5.  
  6. <input id="email" type="email" name="email" placeholder= "Email Address" required value= <?php echo htmlspecialchars($_POST['email1']); ?> >
  7.  
  8.  
  9. <br>
  10.  
  11. <input id="fullName" type="text" name="fullName" placeholder="Your Full Name" required value= <?php echo htmlspecialchars($_POST['fullName1']); ?>>
  12.  
  13. <br>
  14. <input id="tel" type="tel" name="tel" placeholder="Your Number" required>
  15.  
  16. <br>
  17.  
  18. <center>
  19.  
  20. </center>
  21.  
  22. </form>
  23.  
  24. <!--THE CONTACT FORM-->
  25.  
  26. <!--Paypal Button-->
  27.  
  28. <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
  29. <input type="hidden" name="cmd" value="_s-xclick">
  30. <input type="hidden" name="hosted_button_id" value="DLNYHMF3A6TUE">
  31. <input type="submit" value="Add to Cart" name="submit" class="paypal_btn">
  32. </form>
  33. <!--Paypal Button-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement