marc
|
| Posted: 07/11/2002, 8:52 AM |
|
I want to create a field to confirm password how to do in CCS.
What i've done is to add a new field in table name password1 but i can't link it to the fiels named password for verification.?thanks for cooperation
|
|
|
 |
Chris K.
|
| Posted: 07/12/2002, 8:11 AM |
|
You can create another textbox on the form, name it password2 and write record validation event that compares original password field and password2 field values, if not equal add error with <formname>.Errors.AddError "<message>"
|
|
|
 |
George L.
|
| Posted: 07/12/2002, 1:09 PM |
|
What's your coding language your using?
|
|
|
 |
marc
|
| Posted: 07/15/2002, 12:33 AM |
|
I'm working with php and i don't know how to customize code i tried but
it doesn't match could you tell me how to do. thanks
|
|
|
 |
|