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.
Whats the quickest way to add Google analytics to every page in my Drupal site. There are quite a few template files I don't want to add to every one of them.
Is there a way to add them to the footer of all of them?