1779 Posts in 582 Topics by 556 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 600 Views |
-
Validator in form ignores password

9 August 2011 at 1:29pm
Hi, I have a custom form on a webpage, and some fields need to be filled in.
I create the fields, I add them to the fieldset, I add the field names to a RequiredFields, as in
$validator = new RequiredFields('Surname', 'FirstName', 'BBOUserName', 'Password', 'Email');
And if I don't fill in the fields, I get an error message. Fine.
Except that the RequiredFields is taking no notice of the Password field, which is defined as
$Password = new ConfirmedPasswordField(
$name = 'Password',
$title = 'Password*',
$value = $PasswordVal,
$maxLength=8,
false,
'Please confirm your password'
);What am I doing wrong?
-
Re: Validator in form ignores password

16 August 2011 at 11:12pm
Any idea of what I am doing wrong or how I can fix the problem?
| 600 Views | ||
|
Page:
1
|
Go to Top |

