In the following form, I would like to make the subsequent fields mandatory only if user choses "folgende Anschrift"
How can I achieve this? I tried to register a validator in the fields but this only fires if user has entered something there.
And even if, how can I create a more specific message to tell the user, what is wrong.

In the following form, I would like to make the subsequent fields mandatory only if user choses "folgende Anschrift"
How can I achieve this? I tried to register a validator in the fields but this only fires if user has entered something there.
And even if, how can I create a more specific message to tell the user, what is wrong.