Hi guys, I have an appointment form, and to make it work, I am using formidable hook "Update field in another form using entry id" which changes status of appointment to "Busy" if entry is created. Now I have trouble, because, some of the appointments, I would like to give 2 places, so in one day, I would like to offer to two different persons, for example the same appointment between 9-11 am.
I could do that this way with this hook - no problem, because each entry has different ID, so one of the appointments 9-11 is then busy, another is not, and I want to leave it like that, because I am not too skilled in PHP...
Is there any way, in a view, to not display this appointment twice? So, for example, display it one time, and when both entries with both ids are busy, for it to be set to busy? Thanks!
Maybe the "unique" filter in the view? Have you tried that against a field that would make sense?