Creating and registering custom routes for creating nodes of a certain content type
Imagine the following scenario: You have a “registration” content type, for registrations to certain events, by anonymous users. You also want a custom url per event. For example:
/register-form/event1
/register-form/event2
/register-form/event3
/register-form/event4
Of course, each endpoint, will eventually create a node of the “registration” content type.
How can this setup be accomplished?
By registering custom urls.