Hi all,

I'm still quite new to drupal (some days I hate it, most I love it). I'm building a sport club site, and need a page for club members to pay for their annual subscription. What would be the simplest way to have a subscription form, with details such as address and date of birth, followed by a paypal payment. Then I guess the form to be sent or emailed to the club administration.

Would these two be the way to go:

http://drupal.org/project/form_builder
http://drupal.org/project/paypal_api

Thanks in advance

Comments

I'm assuming you are going to

I'm assuming you are going to build a module for this. If so, look at Simple Paypal module which is a plain neat solution for IPN. paypal API module is similar but can't be used with just anything.

Also look at lm_paypal module as well.

// Ayesh

Many thanks, but

Cheers for that, however both modules are not compatible with drupal 7. When you said "build" a module, did you mean use? I'll keep plugging away.

Cheers

By "build", I actually meant

By "build", I actually meant to develop/code a module. Simple_paypal module is more of a helper module to use with other Paypal integration.
lm_paypal module has ~400 users in its 7.x version - even though it's in dev status, it appears that the module is usable.

// Ayesh

nobody click here