Hello,
Using the DPM PHP SDK, I'm trying to set up a donation page for a political candidate and would like to be able to include a field which allows the user to specify the a contribution amount. I'm hoping to give them a few radio options and a text input area if they would like to contribute a different amount than specified in the radio options.
Also, if I want to allow the user the option of making a one-time payment or a recurring payment, will it require ARB?
Here's what I have so far:
http://leah4congress.com/checkout_form.php
Here's an example of the functionalities I'd like like it to have:
https://www.geticontribute.com/leah
Thanks!
05-22-2012 02:37 AM
Not sure about PHP, but if you want the contributor ability to enter any amount. It will be a two page process.
The first page will be the Donor Information, Legally Required Information, and Your Donation
Then, send everything to the second page to generate the x_fp_hash with the Credit Card Information form.
Also, if I want to allow the user the option of making a one-time payment or a recurring payment, will it require ARB?
Yes recurring payment required ARB, or another option is do it thru the merchant account interface. Question, is there a end date to the Recurring Monthly Contribution?
05-22-2012 05:09 AM