# Jump user to a different page

**URL:** https://forum.electra.one/t/jump-user-to-a-different-page/1074
**Category:** Developers
**Created:** [November 11, 2021, 2:28pm UTC](https://forum.electra.one/t/jump-user-to-a-different-page/1074 "2021-11-11T14:28:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![oldgearguy](https://avatars.discourse-cdn.com/v4/letter/o/f4b2a3/32.png) [@oldgearguy](https://forum.electra.one/u/oldgearguy)
#### Post date: [November 11, 2021, 2:28pm UTC](https://forum.electra.one/t/jump-user-to-a-different-page/1074/1 "2021-11-11T14:28:59Z")

</div>

I didn’t see any obvious way to change the active page programmatically from inside the controller.

I have a thought that it would be useful to move the user to a different page if they have not finished inputting certain data I need first.

and as a related question - how can I tell what page I am currently on?

---

<div class="post-metadata">

### Author: ![Flyweight](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.electra.one/flyweight/32/342_2.png) [@Flyweight](https://forum.electra.one/u/Flyweight)
#### Post date: [November 11, 2021, 3:13pm UTC](https://forum.electra.one/t/jump-user-to-a-different-page/1074/2 "2021-11-11T15:13:57Z")

</div>

That is a good question.

I would like to see a simpel gui object which can switch to the page you want.  
Or 2 lua handles that can give the currentActivePageId and setNewActivePage.

It would make it easier to programmatically switch between pages and send specific messages when a page becomes active.

---

<div class="post-metadata">

### Author: ![martin](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.electra.one/martin/32/145_2.png) [@martin](https://forum.electra.one/u/martin)
#### Post date: [November 11, 2021, 3:27pm UTC](https://forum.electra.one/t/jump-user-to-a-different-page/1074/3 "2021-11-11T15:27:07Z")

</div>

yup, I like that idea and it is simple to add.

---

<div class="post-metadata">

### Author: ![joris.roling](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.electra.one/joris.roling/32/375_2.png) [@joris.roling](https://forum.electra.one/u/joris.roling)
#### Post date: [November 11, 2021, 3:44pm UTC](https://forum.electra.one/t/jump-user-to-a-different-page/1074/4 "2021-11-11T15:44:42Z")

</div>

Added to that, I would also love if the active controlSet (section) on a (that) page could be selected.  
Possible?

Cheers,  
Joris
