Actions

Drupal Actions - The actions module allows the configuration of Drupal actions. A Drupal action is a specially written PHP function whose parameters are configured through the web. Actions

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.

Syndicate content