Make A Group Of Inputs Required If One Is Filled, Using jQuery
I was building a HTML form where a group of text inputs wasn’t required by default. However, if any of the inputs in the group was filled, all the inputs in the group had to be. I was already using jQuery on the page, so this is how I solved it. How to make a