Hi all
My web app handles differently depending on the input.
If input is "Company type A" then page 1,2,3,4,5 is shown in the flow (you navigate from each page by pressing next).
If input is "Company type B" then page 1,2,4,5 is shown thus skipping page 3.
How do i handle this without having to have to seperate scripts, one for each company type ?
My web app handles differently depending on the input.
If input is "Company type A" then page 1,2,3,4,5 is shown in the flow (you navigate from each page by pressing next).
If input is "Company type B" then page 1,2,4,5 is shown thus skipping page 3.
How do i handle this without having to have to seperate scripts, one for each company type ?