Advertisement
rakeshr

stripefromcode

Nov 30th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <form action="charge.php" method="post">
  2.     <h3>Sign up and buy a quote now! Only $535.00!</h3>
  3.     <input type="hidden" name="single_purchase" value="single_purchae" />
  4.     <input type="text" name="email" placeholder="E-mail address" />
  5.     <input type="text" name="restaurant" placeholder="Restaurant Name" />
  6.     <input type="password" name="password" placeholder="Password" />
  7.     <script src="https://button.stripe.com/v1/button.js" class="stripe-button"
  8.      data-key="<?php echo $stripe['publishable_key']; ?>"
  9.       data-amount=53500
  10.       data-description="One Wilde quote"
  11.       data-label="Buy"
  12.       data-address
  13.       data-restaurant
  14.       ></script>
  15. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement