Hi,
I am trying to achieve the following:
I have a site that lists events, which should all be visible to the public.
If the user is not logged in, Each event should will have an ‘Sign Up/Login’ button.
If the user is logged in, an ‘Attend event’ button is displayed, which opens a page with a form allowing them them to register for the event.
I can see how to ‘hide’ the ‘Sign Up/Login’ button if the user is logged in.
However, I can’t work out how to hide the ‘Attend event’ button, when the visitor is not logged in.
Thoughts?