I am trying to create a template that utilizes logic on a pulldown menu. Selection of an option in the first dropdown needs to determine the contents of a subsequent dropdown menu. for example.
Option 1 - Selection of this option gives you options 1, 2 and 3 in a subsequent dropdown
Option 2 - Selection of this option gives you options 1, 3 and 5 in a subsequent dropdown
Option 3 - Selection of this option gives you options 2, 3 and 4 in a subsequent dropdown
Thanks in advance!