Hi,
How can I "register" for an event object with an account that I am logged into? I want to link the event with the list of members that are signed up.
I tried the many to many link between users and events (many users sign up for many different events). I set the registration link as an edit of the event object page, but, instead of allowing me to signup for just myself, it gives me a list of all members in the database that I can register or remove from the event.
I do not want the user to have that capability.
Thank you