Continue
Quickly receive payments and reward your following!
You can test the following form with the card number "4242 4242 4242 4242" and any future expiration date (I don't recommend putting your actual card number in here, you might still get charged). You will not get emails in this case because Stripe is in test mode.
Install in 15 minutes!
1. Download and put the continue folder on your website.
2. Get your payment solution set up (account created, etc), and follow the instructions in the relevant payment-providers/[provider]-payment.php file.
3. Import points.sql and goals.sql into a MySQL database.
4. Adjust settings in ajax.php to suit your needs (if available, use testing keys until you've tested it thoroughly!).
5. Use this HTML, replacing formElement with a pointer to a form:
<script src="continue/script.js"></script> <script>new Continue({form:formElement});</script>