This should be pretty simple, but I just can’t get it to work. I basically only want to show a Button if a user is logged in. If they are not, then the button should be hidden. I added the button to the form and added the simple workflow is as follows: -
“When Page is loaded”
- Element Actions - Hide - Button A - Only when Current User is logged out
The button is always shown no matter if the user is signed in or out (I have the Login/Logout working fine).
Thanks
G