Hi, I’m currently building a login and sign up popup with a reusable element. (one reusable element for the login popup and one for the sign up popup)
Actually I’m finished, I only need to show the login reusable element, when the user clicks on “already have an account” in the sign up reusable element. But that is currently not possible. (see picture at the bottom) Does somebody know how to do it?
Are you saying you’ve got 2 reusable elements? (1 for signup and 1 for login?)
You can only show or hide a reusable element from within another reusable element if the first RE contains the second RE…
So, if that’s what you’re trying to do, just ensure the Signup RE contains the Login RE…
Although I don’t see why you need to use 2 REs for this, its much simpler to just have a single RE and show the sign up and login forms as needed from within the 1 RE.
Thank you for your answer. Do you mean I should put both popups in one popup? But that looks strange as I want to show the login popup, when a the button login in the header is clicked and the sign up popup, when the button sign up in the header is clicked.