Introduction
This article explains how to install a Web Form Module in Drupal using PHP. This module is very useful in Drupal. Using this module you can create a web form and include it in your page. For using this module, first of all you can download this from the http://www.drupal.org/ website.
![w.jpg]()
After downloading this module put it in your modules folder like Drupal/modules/paste here your module folder. Such as:
![webform1.jpg]()
Then go to your module setting and choose your module.
![webform2.jpg]()
![webform3.jpg]()
And then click on the save configuration button. Such as:
![webform4.jpg]()
Your module is activated and you can use it as a developed a form.
You will first go to the content setting in your site.
![webform5.jpg]()
And click on "Add Content".
![webform6.jpg]()
![webform7.jpg]()
Then you will create a page. Give a title for the page and menu link. Then select a field like that; I will create a Login form.
![webform8.jpg]()
![webform9.jpg]()
You will go to the home page and see your web form. Such as:
![webform91jpg.jpg]()