Hai,
I have made a conference website using drupal (postgresql as back end). I want a registration module in my drupal website so that the public can register for the conference by giving their name, phone number, enail address etc. This information i have to insert into a table in my database. Is there any module for that.
--Sivahari
Sivahari Nandakumar wrote:
Hai,
I have made a conference website using drupal (postgresql as back end). I want a registration module in my drupal website so that the public can register for the conference by giving their name, phone number, enail address etc. This information i have to insert into a table in my database. Is there any module for that.
You could use the profile module to add these fields to the registration form. Otherwise you could use http://www.google.com/search?q=conference+website+using+drupal to research what others have accomplished.
Also look at http://drupal.org/project/cod_support http://drupal.org/project/uc_signup http://drupal.org/project/signup (in decreasing levels of integration)
Gregg Marshall, CPMR, CSP
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Earnie Boyd Sent: Thursday, February 24, 2011 12:15 PM To: support@drupal.org Subject: Re: [support] Registration module
Sivahari Nandakumar wrote:
Hai,
I have made a conference website using drupal (postgresql as back end). I want a registration module in my drupal website so that the public can register for the conference by giving their name, phone number, enail address etc. This information i have to insert into a table in my
database.
Is there any module for that.
You could use the profile module to add these fields to the registration form. Otherwise you could use http://www.google.com/search?q=conference+website+using+drupal to research what others have accomplished.