How to allow anonymous content submission
I want to allow anonymous and authenticated users to submit a certain content type that will then require an admin to publish or delete if garbage.
By giving anonymous permission to post a content type but setting the workflow to unpublished this works somewhat. But the user is redirected to a forbidden message because the content is not published yet.
I want to redirect them to a thank you page instead.

Replies
Triggers and Actions
By setting up an action of redirect to url and setting up a page with the message I want followed by setting up a trigger for Trigger: After saving a new post to use the redirect action created previously.
Post new comment