How would I go about creating this example:
If tick box A on page 1 is selected, then if tick box F on page 2 is selected. Go to page 15.
Or if field A on page 1 is filled out with a value, then if field F on page 2 is filled out with a value. Go to page 15.
Its purely variable, depending on what options they choose. Thanks!
all buttons on page 1 take you to page 2 once clicked. But if you click button A on page one, after taking you to page 2 you are required to click one of the buttons on page 2. After clicking that button on page 2 it takes you to page 3.
So in a sense depending on which buttons you click on pages 1 and 2 it will take you to certain page.
*edit*
To make it simple, all check boxes could be on the same page, so if check box A and check Box B is selected it will take you to page 3. If check box A and check box C is selected it will take you to page 4 and so on. I think check boxes would be better and easier than buttons or fields.
I think in all there's about 100 different combinations