I have a Custom Post Type made with ACF called “Events”.
I created a Loop Grid with all the events and a custom Template with Elemetor Pro for the detailed event Page.
Now I need another page to register to a specific event.
The page should have the URL like …/registration/event-id or …/event-id/registration.
The page should be dynamicly created like the detailed event page.
I’m struggeling to create a second registration page which also contains all the relevent information, that is needed for the User and my backend.
Anyone has Ideas?