In front end I've got 2 list boxes. The first one is 'Event'. The second is with the expression =if(Type=2,Person)
Any ideas how to connect Event and Person fields? So technically I need field Person to get selected (regardless of Type) when the corresponding value selected in the expression list box (=if(Type=2,Person)). And vice versa - if a field selected in Event list box I'd like to see corresponding values highlighted in expression list box. Could anyone help please?