Expand my Community achievements bar.

How to wrap more than one pages in a single subform ?

Avatar

Level 9

Hello All ,

          I got a form where , there are 8 pages all in different subforms having one topmost subform . I need to place 2 radio buttons in the page 8 where if the user clicks the yes button -1 page 7,8 will be repeated and if the user clicks the radio button -2 page 6,7,8 will be repeated . How can i do it ?? I am working on a dead line and need help immediately.

Thanks

1 Reply

Avatar

Former Community Member

You will need an if statement that will check the value of the radiobuttons. Then once you decide which one you have you can use the PageName.instanceManager.addInstance(1) to add an instance of this subform. Note that the root container must be a flowed subform and the form must be saved as a dynamic form.

Paul