The conditional forms currently don’t change when a user goes back in the form and alter their answers. I.e., they might have taken one path initially and answered those questions, to then change their mind and head back in an alternative path. However, the answered questions are still registered leading to faulty submissions.
Example.
Q1: What do you want to buy?
a) computer
b) iphone
Q2: What model? (shown if Q1=a))
a) Computer 1
b) Computer 2
c) Computer 3
If the user now returns to Q1 and selects “iPhone” instead, Q2 is no longer visible to the user, but the answer “c) Computer 3” is still registered.
I consider this to be a bug. Though, I don’t know what the general concept is regarding conditional forms, perhaps this is the go-to method for other form builders too?
Anyway, it’s super irritating and creates a BUNCH of extra conditional logic for me that have really complex and lengthy forms.