Closed (fixed)
Project:
Drupal core
Version:
4.7.0
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2006 at 20:22 UTC
Updated:
16 May 2006 at 23:00 UTC
Hello there,
The problem happens when I have 2 password_confirm elements being rendered in a single page.
In my case, one of the password_confirms is generated by the user.module, the other is generated by my module and they both are rendered into the user edit page.
When the user types 2 different entries on my password_confirm, all password_confirm elements of the page highlight the error. In addition to that, if the user types 2 different entries on the first password_confirm of the page, no error is highlighted. Is there a conflict between password_confirm elements on a same form?
Best,
Leo
Comments
Comment #1
chx commentedplease check the HTML source for the names there. if they are the same, then you made an error in the form array declaration, see the #tree / #parents documentation on that.
if they indeed have separate names, then share the code with us so we can debug.
Comment #2
killes@www.drop.org commentedI have encountered the same problem when updating cvs.module.
Comment #3
sammys commentedhttp://drupal.org/node/59528 is a potential fix for this bug.
--
Sammy Spets
Synerger Pty Ltd
http://www.synerger.com
Comment #4
killes@www.drop.org commentedindeed, fixed.
Comment #5
(not verified) commented