I saw there are validators for “match”, but I didn’t really grasp the concept how I would use those in a form controller to check if it “matches” the value of another form field.
What I would like to do is to check whether one form field value matches another form field value, e.g. for password repeats, or in my specific case, to repeat the email address.
Can somebody point me to the clues or can give me an example, how I can submit “match” rules the way they are shown in the cookbook form examples, to the validators?
I’m using the Uniform plugin, but as it’s using the base form and validators of Kirby itself, I guess it doesn’t matter that much.