I want to create a form (accessed via the public interface) to records information about participation of an event (Name, Firstname, # participants, e-mail and so but no title). Because I have many events (only description, and date change).
I've created a custom type named representation ( = event) and an other inscription (participation of the event) with a publication reference field pointing to the representation.
When I display the representation I want to have the form (permitting users to register for this representation) directly included with the representation reference already prefilled (or hidden but filled).
Now I've got issue with the title of the "inscription" title. I do not need the CRED auto draft title to be displayed when I show the list of "inscription" in the wordpress admin. But I need to display the title of the referenced "representation". How can I do that ?