I'm creating a carousel/wizard question form. My question is around the best way for a content manager to design prerequisite logic for my questions, i.e. if Q1 has answer A, show Q2 next, else show Q3 next.
I've previously achieved this in other CMS's by creating a 'prerequisite field', as a comma separated list of conditions, e.g. Q1=A but wanted to find out if there were any better ways of achieving this in Payload before pursuing this solution?
Are relationship fields or hooks helpful here?