Tell us what you are trying to do?
I am trying to create a button on an "event", which lets users add an album or a story which is automatically linked to the event. The post types are in a relationship: event << stories and event<<albums.
Is there any documentation that you are following?
No, right now I just have a view with the albums associated with the event and one with the stories and underneath a button which links to the form to add a new one. The problem is that say I am on event 1 and want to add an album to event one, when I get to the form I have to choose event one from the dropdown of events, my client would like this association to be made from the fact that I clicked on add album from Event 1. Is this poosible?
Is there a similar example that we can see?
here is an example of our current solution: hidden link