Hi,
I need to create a branching logic in my advanced form step, and the logic is based on data in a related entity.
e.g. I have a multi-step contact form and one of the conditions is : If account type = 'A', Contact must enter Education details. If account type = 'B', contact must enter Work experience details. Education details and work experience details are advanced form steps on the 'Contact' advanced form.
What is the best way to achieve this ? Can I create a hidden id using web template and refer to the value of the id in the condition step ? Alternatively, can I use a variable in the condition step ?