I would like to create an alternate node/add page, which can be accessed by a url path, so that I can have an alternate add node page for users while admins can see a different add node page.
This are my current selection rules:
This panel will be selected if Current path is “test”, and NOT (Logged in user has role “anonymous user”).
I get a 404 error when I access “test”. I’ve tried adding the Node being edited is type “Test”. selection rule but it doesn’t work either.