Umbraco Forms Password and Confirm Password Validation
I need to validate a password/confirm password field and I know the first part has been answered before by Tim, around hooking into the form validate event. However, when I do this and it runs through to return a validation issue, it just hits a problem
Im assuming that Umbraco Forms (Im using Umbraco 7.14 and Forms 7.2) is now async? Has anyone else hit this issue with this solution to validation two fields are the same?
Umbraco Forms Password and Confirm Password Validation
I need to validate a password/confirm password field and I know the first part has been answered before by Tim, around hooking into the form validate event. However, when I do this and it runs through to return a validation issue, it just hits a problem
Im assuming that Umbraco Forms (Im using Umbraco 7.14 and Forms 7.2) is now async? Has anyone else hit this issue with this solution to validation two fields are the same?
For anyone else that lands here -->https://github.com/umbraco/Umbraco.Forms.Issues/issues/86
is working on a reply...