Help with workflow and pages

Hi, I’d like to be able to connect 2 pages in a workflow (I know it’s badly said) but I’ll explain:

A user registers on the “sign up” page with his email and password, then he presses next, this takes him to the “profile” page or whatever and a pop up opens with the rest of the registration where he has to fill in his first name, last name, phone number ect ect. The problem is that I don’t know how to do this because it’s 2 different pages. Does anyone have any ideas? Thanks a lot!

Well if you use the “Sign the user up” action and have them make their account, after that they are now logged in. So if you navigate them to the next page, the page can just reference “Current user” and they can modify field you want.

Same with if they are just logging in, you can reference “Current user” on the next page

Okai thanks but How can I display a popup with the elements to be modified by the current user if it’s in another page, knowing that the workflow can’t be linked to the 2 pages?

Either URL paremeters like @foraanyas mentioned, or:

Is this a popup you want to hit them with to kind of “Complete their profile”? If that is the case you might want to actually have a field on the User datatype “profileIsCompleted” yes/no. Then show the popup if that is a “no” so the user can’t just navigate away from the page or remove the parameter from the URL bar, etc.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.