How to create User Account Registration form with Webform ?
I am using Drupal 7.18 CMS. I have Webform with 6 fields as shown : Your name, User name, password, Email, phone number, Website. If we submit it will store in database, but here I need username & password should store in "User Account Registration form also". We can add fields from Configuration -> People -> Account settings for other fields, but It is not that situation. I need to store the User name & password values to "User Account Form" and then to login with that username and password. How can I proceed for this task. Please give me solution for this task as soon as possible.