Is there a recommended way to write custom js to make a field say pathbrowser inside a multifield as a requied field based on a condition?
Is there a recommended way to write custom js to make a field say pathbrowser inside a multifield as a requied field based on a condition?
We can use- .attr("aria-required", "true"); to make the fields required , but what would recommended structure of the js be?
Also what would be the best practice to achive this?
