Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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

0 Replies

Avatar

Level 10

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