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.
Webform includes some simple statistical tools to help in form design and evaluation and also allows the whole table to be downloaded as a csv file for detailed statistical analysis.
1. Download the web_form module from http://drupal.org/project/webform.
2. Decompress it to yoursite/sites/all/module's folder.
3. Go to Administer->Site building->Modules, and enable web_form module which is located under "Other" section.
A content type by the name webform is automatically created.
4. To create a web form go to Create content->WebForm and write the Title of your form, e.g. Customer information, User details etc.
5. The form can optionaly be emailed after user submission, so you can specify email addresses under Webform mail settings section, and click Submit button.
6. In the next step you can add custom fields to the form which include text boxe, check box, radio button etc.
7. Save the form and create a menu link to the form.
0 comments:
Post a Comment