I'm building a charity golf outing website in Drupal 5.x. I need some sort of module that will handle the player registration, ie. have a player register his/her name, address, phone, email; also attach either shirt size or no shirt; send them to paypal for payment ($100 reg + $40 shirt fee if size chosen). I have tried using a combination of modules, but I'm at a loss on how to program. Can anyone help me? Has anyone done a site like this before?

Any and all help will be appreciated. This is for a non-profit, so I have no way to compensate.

Comments

bm123’s picture

You don't need to program anything to set this up with Drupal. For your user registration you will need to learn how to make custom fields for you profiles. This can be done under the profile in the admin part of the site. You can add profile fields to the registration form when a user registers. Like address and shirt sizes. You can add a profile checkbox for shirt or no shirt. Something like "Checkbox" Need a shirt?. You can use the paypal module to use for checkout of payment for the shirts. This isn't very hard to set up just some reading. You can do so much with Drupal with some reading and research. You could use the events module to list games and even the groups module for each teams. Drupal has great modules. Just check the handbook on setting up Drupal and how to add modules to your site. You will need to set up a folder called /sites/all/modules for your added modules. Then you can pick a theme, there are lots of them and just a logo image though the admin, site settings. Have fun.

jesuspepsi’s picture

I've used webform, and even added custom fields to the user registration form (required fields such as name, address, and even a drop down menu of allowable shirt sizes, including no shirt, but I don't know how to force the user to make a payment selection (either mail in check or pay with credit via paypal) and also tell whether the total due is $100 for reg and no shirt, or $140 for reg with shirt. So, will I need to modify some module, ie. lm_paypal_subscriptions to read "Registration"? I've been reading and researching for weeks, and the deadline is coming up shortly. I know for next year's event, I'll have a much better time expanding the website's capabilities, but for now, I mainly need this online reg and payment to work.