How to create a contact form using Drupal 5.7?

I am developing a website using drupal 5.7.
In that I have a contact page as follows
Name*(Label) a corresponding textbox field
Organization*(Label) a corresponding textbox field
Email Address*(Label) a corresponding textbox field
Telephone Number*(Label) a corresponding textbox field
*denotes mandatory fields(Label)

I am interested in getting more information on the following

Option 1(Label) Check box
Option 2(Label) Check box
Option 3(Label) Check box
Option 4(Label) Check box

Note:-The above Option buttons and their labels are fully controllable by the CMS, allowing Options buttons to be added, edited or removed at any time.
How can I make a similar design and achieve the above functionality?
Which module I have to add for this?

Two ways to do this

You can use either the webform module or use Custom Content Types (CCK) from Drupal to create any sort of fields you need as nodes in Drupal

Joe Matthew | Tue, 02/19/2008 - 03:58

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.