Currently I am using validation.yml for validations. Everything works fine. But I need to add a validation rule on a specific condition.
I have a selectbox to select a type
, and a textbox to enter other_type
. I need to make this textbox mandatory if selected type
is other
.
How can I perform this validation in Controller after form submission?