I am building a form where 2 of the fields email address and password need to have matching re type field to ensure via custom validator that the email address and password entered are correct its part of a registration form e.g.
Password : password textbox
Re enter password:password textbox
Has anyone managed to create a custom contour field type already todo this?
I think currently the easiest way of doing this would be to make a fieldtype that outputs 2 inputs and then hook into the validation by comparing the 2 values
Valid email / password check field type
I am building a form where 2 of the fields email address and password need to have matching re type field to ensure via custom validator that the email address and password entered are correct its part of a registration form e.g.
Password : password textbox
Re enter password:password textbox
Has anyone managed to create a custom contour field type already todo this?
Regards
Ismail
Comment author was deleted
Hi Ismail,
I think currently the easiest way of doing this would be to make a fieldtype that outputs 2 inputs and then hook into the validation by comparing the 2 values
is working on a reply...