Devin Normand
Posts: 0
Joined: Tue May 19, 2015 11:29 pm

Cant navigate from one popup to another

We are trying to go from one popup to another.

On the first one, you create an account, then you press a button which invokes a signup service, then (is supposed to) open a new popup.

So the events are below

  1. When the button is clicked, it invokes the signup service

  2. When button is clicked, it opens new popup (after service)

    Thank you for helping me

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Cant navigate from one popup to another

Hello Devin, Could you clarify what have you tried and what exactly does not work?

Devin Normand
Posts: 0
Joined: Tue May 19, 2015 11:29 pm

Cant navigate from one popup to another

Hello Sergiy,

To sum it up, we can't navigate from one popup to another.

First we have a registration popup:
Image

When you click the button, it does TWO THINGS:

  1. Registers your user to the DB

  2. Navigates to a different popup

    Unfortunately, although it adds the user, IT DOES NOT OPEN ANOTHER POPUP

    We have tried to fix this by putting the events in different order, adding another event to close the current popup then open another one, but none have worked.

    How can we navigate to another popup?

    Thank you,
    DN

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Cant navigate from one popup to another

Hello Devin,

Could you please check for the errors in a browser console? Also please detail the code with which your're trying to open another popup?

Return to “Issues”