I a newbie of Drupal.

Currently, I developing a web which require to key in the customer information to the contact list.
The informations needed to be key in are for example name, phone number and email.
Do there have any module or way to get this thing done?

Help plz...

Comments

WorldFallz’s picture

You'll want to look at the http://drupal.org/project/cck module as well as the available cck field modules.

simonlau_01’s picture

Thanks. By the way, if I want to send an email to all the people in the contact is it possible too?

vaebhav’s picture

You can send mass Emails to your customers using following module.

http://drupal.org/project/modules?text=mass%20email

For picking contact ids form database you may have write SQL code.

simonlau_01’s picture

Thx vaebhav. It solve my problem =>