Closed (duplicate)
Project:
Webform
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2007 at 03:50 UTC
Updated:
20 Sep 2010 at 23:27 UTC
A password input type would be a nice addition. Even more slick would be dual password inputs option with built in validation!
Comments
Comment #1
JoeMcGuire commentedAdditional field types are provided by modules.For a password field checkout,http://drupal.org/project/passwordSee below
Comment #2
quicksketchDespite being one of the oldest issues and my really wanting to see it closed, it isn't fair to say that other modules will provide a password field to Webform, since currently all fields need to be included in webform/components as an .inc file. (However thanks for closing anyway, I need some help with this queue.) The linked project is for a CCK field (which doesn't provide fields to Webform). I think it's a reasonable feature, even though I haven't been inclined to complete it.
Comment #3
AmitV-2 commentedSubscribe
Comment #4
quicksketchThere's a patch over at #667432: Implement Drupal's password confirm field as component, even though it doesn't apply to the 3.x version. Let's move over there.
Comment #5
sphill commentedHow do I add a password field to webform 3.1 ?
I've created the file password.inc in components but it still doesn't appear in the drop down
of available components ?
The same password.inc worked fine until I upgraded to 3.1
Comment #6
Todd Young commentedThis would be nice.
Comment #7
Todd Young commentedI was getting tracktion on two fronts:
1) Trying the Form Block module, and
2) Doing all this "password.inc" business, but then HACKing webform.module to include the password field type (and enabling in Webform settings).
#2 showed promise, but "Form Block" was a slam-dunk solution so I bailed on the more hackey approach.