I’m wanting to add/remove a requirement to a select field only if it’s populated due to the option selected in another drop down menu. Hiding/showing won’t do the trick. It needs to be required/not required based on whether there’s anything there.
The main select is Projects, dependent select is Categories. If the Project chosen produces a list of Categories, then I want the Category select to be required. If not, then it will NOT be required.
Any ideas, anyone?