I have created a booking form, that is heavily reliant on conditional logic. I am using the hide if. everything was working fine until today some of the form elements were appearing when they should have been hid. When I looked at the logic I had set up the values had changed to values that were not even in the forms. For example I have an initial menu selection: A, B or C, the logic was to hide the form if A or C were chosen, now all of the sudden, the one logic to hide if C was now hide if D, and D was never in the menu selection. I hope this makes sense.