Hello,
I would like to make a custom validation on a "D" field of the next type:
when the values selected of the 3 groups of radio buttons "A", "B" and "C" are equals to "xxxx", the "D" field is mandatory , otherwise it's optional.
I tried using a function in the validation rules of the field "D" but this is called only if the field is filled.
I also thought to use the events of fields "A", "B" and "C" by calling a function but I don't know how to make a mandatory field through javascript.
How can I do this ?
Thanks,
I would like to make a custom validation on a "D" field of the next type:
when the values selected of the 3 groups of radio buttons "A", "B" and "C" are equals to "xxxx", the "D" field is mandatory , otherwise it's optional.
I tried using a function in the validation rules of the field "D" but this is called only if the field is filled.
I also thought to use the events of fields "A", "B" and "C" by calling a function but I don't know how to make a mandatory field through javascript.
How can I do this ?
Thanks,