What is the best way to create a form for a membership? Eventually this application for yearly membership will have paypal/ubecart payment option, however, for now just gathering basic information (name, address, phone, years in school, e-mail, etc.) will have to do. Any ideas will be great.

Thank you in advance!

Comments

markconroy’s picture

You can use the profile module that ships with Drupal. Go to Admin >> Modules and enable it, then on your admin page under Site Configuration you can click on Profiles and add some extra Registration Fields.

Hope that helps,
Mark C

============

Drupal Core Maintainer for "Out of the Box" Initiative.

Tito A.’s picture

Any other choices available? Any one should be able to apply for membership with out having to create a user account. Membership application is mostly for site visitors with out an account.

markconroy’s picture

Try the webform module to create a form for registration.

http://drupal.org/project/webform

============

Drupal Core Maintainer for "Out of the Box" Initiative.

Tito A.’s picture

I think this is exactly what I need. Will have to wait to get home to try it out though, as it seems that I am not able to FTP from this comp. Thank you very much.