Hello,
I have a Types (Event) in which I have created different radio fields (radio1, radio2, radio3). Depending of the situation, I propose one of the radio field to be used thanks to a specific Cred form. I need also to ensure that when the Cred form is submitted, the choice has been made in the related radio field, so I checked 'required" for all radio fields.
This part is working fine. The issue I have is that sometimes, I need to create manually in the backend, some new Event records. In this case, I cannot validate the post is I do not select something in ALL radio fields even if only one is needed.
So, I would like to have the "required" working in the frontend, but not in the backend. Is there something I can do to have this?
Regards
Pat