Feature Request
| Q |
A |
| New Feature |
yes |
| RFC |
no |
| BC Break |
no |
Summary
It would be nice to be able to get the filtered/validated value for other input element (referenced with token), as per form example for Identical Validator.
https://docs.laminas.dev/laminas-validator/validators/identical/#form-elements
Currently it seems impossible to do this. Even for Identical Validator this only can validate a static value, not other input value.