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
Post new comment