Hi!
I'm making a form which should display a list of events as checkboxes. The users is meant to be able to choose as many as they like, as long as the time of the event is not conflicting with any of the ones they already have chosen.
So I guess what needs to be done is adding another value field for each checkbox and then run a check for conflicts when new boxes are checked.
Is this even possible? If so, how? Or maybe there's a better way to do this?
Thanks in advance, best regards!