There's not a built in way for this, but you could use JQuery Validation to accomplish this one. It might also be possible to inject a compare validator into the form as well in code behind, but if memory serves correctly, getting the validation group is a massive pain.......
Confirm Password Field (?)
Is there any way to simply add a "confirm password" field to a contour form, that only validates when the contents matches another field?
i.e.
"Password" field
"Confirm Password" field
Had a quick google and look on the forums but couldn't spot anything.
There's not a built in way for this, but you could use JQuery Validation to accomplish this one. It might also be possible to inject a compare validator into the form as well in code behind, but if memory serves correctly, getting the validation group is a massive pain.......
is working on a reply...