When popup signup/login is shown, and user clicks “Already have an account? Login”, how do I display the Login part of the popup signup/login element?
The simplest way is to use a custom state to determine the ‘mode’ of the popup, and some conditions on the various elements to make them visible or not depending on that custom state value.
1 Like
Thanks for the advice! I assigned a custom state to the popup
Then set “state of mode” in the workflow of the “already have an account” link

And in “Group sign up” added some conditions.
Thanks once again

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