Hello
I want to give a user the ability to select at least 1 and not more than 2 choices in a category. I thought of using 2 radio butuon fields (the first required and the 2nd optional). But then the user could choose the same category twice by mistake (or whatever reason) and possibly cause bugs to occur. I am thiniking of having that first radio button field and then have an other one pop up using coditional logic. The 2nd one will have all the categories exept the category that was chosen in the first radio button field.
Is there a better way?