Does anyone know if there is a method to setup up a registration system with Drupal.
I am trying to setup a course registration system.

Basically I would need a custom form that would store the content in drupal then email the administrators the registration.

-scott

Comments

vm’s picture

yes.

This module adds a webform nodetype to your Drupal site. Typical uses for webform are to create questionnaires, contact or request/register forms, surveys, polls or a front end to issues tracking systems.

Submissions from a webform are saved in a database table and can optionally be mailed to a nominated e-mail address upon submission. Past submissions are viewable for users with the correct permissions.

The above quoted from from webform project page, http://drupal.org/project/webform
_____________________________________________________________________
Confucius says:
"Those who seek drupal answers should use drupal search!" : )