How to add confirmation field to front end user profile form
Created 7 years ago by mattcdavis1What is the proper way to add a password confirmation field to front end user profile form (for the password field). If i just add the extra field and rule via UserFormFields
it doesn't work since there is not actually a password_confirmation streams field. I don't want to create a streams field either since this information shouldn't be saved. I suppose on option would be to create a custom "Confirmation" field type that just never saves any data but wasn't sure if there was a better way to do this.
Below is how i ended up handling this (in the FormBuilder class):