I have a column where each option set has two date fields associated with it.
With the amount of option sets it would make for a very bulky form to show the date fields for each one. So ideally, I would like to hide them unless a trigger is activated by the user to show them.
However, I do not want to have to add another field to trigger this (like a boolean) as I have enough fields as it is!
Is it possible to add a button or dropdown using javascript/html to the form the user can select that will how the desired fields? Ideally, it could a label the user can select that would open an element containing the date fields.
Does anyone know of any resources where I could look at implementing this or have any other suggestions?