While creating a web form with our team we faced the following case
we want to make client select their project type from a radio buttons and we added a button called "other"
the next field is saying please specify and requesting text.
I want to make the field Called "please specify" a Required field* only if the earlier selection was the other button.
in other words can the required field astrix have dependency
if not can this be a feature request?