Enter random page with button

I have a page sequence called “A1,A2,A3,A4,A5,A6” I need that when I click on the button, it enters any page randomly, is it possible? If yes, how?

hey there!

i managed to do this by:

  1. the button will link to a page that does the redirection.

  2. in the redirection page, you can set up an invisible input in the page. give it a custom formula of rand(1,?). replace the ? with how ever many pages you need. so if you have A1 to A6, it will be rand(1,6)

  3. on the screen, you need to make some screen actions to automatically redirect you to the page. you can set it up as below for how ever many pages you have. see below for an example.


hope this helps!

-Kev

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.