Advertisement
rehcgt

Thank you page

Mar 28th, 2015
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Thank you</title>
  6. </head>
  7.  
  8. <body>
  9. <div style="text-align: center;">
  10. <h1><?php echo $_POST['yourfirst']; ?>&nbsp;Thank You!</h1>
  11. </div>
  12. <div style="text-align: center;"><span style="font-size: small;">Your submission has been received&nbsp;</span><span style="font-size: small;">but you order will not be processed until you have paid for it on eBay.</span></div>
  13. <div style="text-align: center;"><span style="font-size: small;">You will receive shortly receive an email confirming your personalisation details. </span></div>
  14. <div style="text-align: center;"><span style="font-size: small;"><span style="color: #ff0000;"><strong>IMPORTANT:</strong></span> If you notice any mistakes in your personalisation details please <span style="text-decoration: underline;">IMMEDIATELY</span> reply to that email advising of the error.</span></div>
  15. <div style="text-align: center;"><span style="font-size: small;">Your NicelyPersonalised reference number is:&nbsp;<?php echo $_POST['submission_id']; ?></span></div>
  16. <div style="text-align: center;">
  17. <h1>Please return to eBay and click on Buy it now</h1>
  18. <a href="" onclick="javascript:history.back(-2);">Return to eBay</a></div>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement