Closed (fixed)
Project:
Webform
Version:
7.x-3.6
Component:
Documentation
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
27 Dec 2012 at 09:26 UTC
Updated:
24 Sep 2013 at 06:06 UTC
Jump to comment: Most recent
In Drupal 7 if you want to add password field there is no available module so use this custom module with few changes done as in the drupal 6
| Comment | File | Size | Author |
|---|---|---|---|
| webform_password.tar_.gz | 2.21 KB | sachin00700 |
Comments
Comment #1
sachin00700 commentedUse this attached module files to add password field in Drupal 7
Comment #2
sachin00700 commented'textfield' => array(
'label' => t('Password'),
'description' => t('Password type.'),
'file' => 'components/password.inc',
'features' => array(
'email_name' => TRUE,
'spam_analysis' => TRUE,
),
),
Comment #3
Anonymous (not verified) commentedThank you so much for posting this! Huge help!
Comment #4
hansrossel commentedThanks!
A few remarks: