Confirm password filed

Add a confirm password field to a CF user registration form.

Overview

The form needs to validate that two password entries match.
Create two password fields. In the form designer, use the validation settings on the second field to confirm its value against the first field's ID.

Answered
ti tiagopc 20 Jan, 2016
I want to know how to do a confirm password field in my user register form.
oz ozneilau 20 Jan, 2016
Answer
1 Likes
In ChronoForms version 5, create two fields such as "Password" and "Retype Password".

Under the "Designer" tab, edit the "Retype Password" field, click on the "Validation" tab and enter the other field name i.e. "Password" in the "Confirm" field where the tool tip says, "Used to validate the value of this field against the value of another, enter the other field's ID".

Validation will then be handled automatically for you.

Earlier versions of ChronoForms do not have this feature and need to be custom coded.
This topic is locked and no more replies can be posted.