Add fields to membership form?

Posts: 15
Joined: 06/01/2008

What's the best way to create a membership form with ubercart?

Basically, organization members have different dues levels, but there's also a bunch of additional information we need to collect from each member, as well. We want them to be able to edit that information, as needed.

Could we integrate Webform with Ubercart? (fill out a whole bunch of information, and then pay at the bottom?)

Do we have the member "create a product?"

Thanks for any helpful clues!

Posts: 63
Joined: 04/16/2008
Cool profile pic award.

It's worth searching the Drupal site as there's already quite a few forum items with different approaches to this.

In broad terms look at using the profile.module to add the extra fields and use "access control" in the admin interface to set up your varying levels of membership. Gold, Silver etc.

If you want to change the application form based on previous answers you will probably need to create a custom module.

see:
http://drupal.org/node/68438
http://drupal.org/node/9393
http://drupal.org/handbook/modules/profile
http://drupal.org/node/31411

Hope this gets you started.