Need to create form that goes through PayPal, and if new member submits payment, it goes to admin's email. The site is currently in WordpPess (but it doesn't really matters) I need some help with integration paypal in the form, Right now there is only paypal button under the form (payment is optional) and I need to make it required.
are there tutorials how to integrate it in a form? I've been looking for some guide how to use IPN but can't find anything. Thanks
There is an example on their site. https://cms.paypal.com/cms_content/US/en_US/files/developer/IPN_PHP_41.txt. It's better to test on the dev sandbox.
Is the form to gather information? Can you have the customer make the purchase and then redirect to the form so they can fill it out after payment? There are also scripts available to collect form info from a customer. This one is not free, but I am sure there are free ones as well. http://yoursoft-tm.com/maf.htm
The idea is - user fill out the form, select one of three amounts ($10, $20 or donate more) and when pays it automatically sends all this info to admin. I'm willing to pay, just need a quality product or service that works. Thanks ceaseer I'll take a look at that script.
PayPal API is pretty well documented ( including examples ) so I think you should be able to sort this out on your own.