Posted by aether on April 4, 2007 at 3:50am
Jump to:
| Project: | Webform |
| Version: | 6.x-2.5 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
A password input type would be a nice addition. Even more slick would be dual password inputs option with built in validation!
Comments
#1
Additional field types are provided by modules.For a password field checkout,http://drupal.org/project/passwordSee below
#2
Despite 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.
#3
Subscribe
#4
There'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.
#5
How 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
#6
This would be nice.
#7
I 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.