By smithaa02 on
So I have a setup so anonymous users can submit unpublished stories and this works fine except after the anonymous user submits their story, they get:
Access denied
You are not authorized to access this page.
Any reason why this is?
Comments
Use a redirect to avoid 'permission denied'
I ran into this issue as well. I believe it is because the story is unpublished when submitted and anonymous users cannot view unpublished content.
Here's how I solved it using Workflow, Trigger, and a redirect:
Now when an anonymous user creates content which uses this workflow, they will see your "Thank you" page instead of the "Permission denied" page.
Hope this helps!
Works
Hey just confirming the above works for me.
it works but....
Hi
The above method workd but I have an issue. I was creating a question answer system where the newly submitted question remains unpublished on submision. Now to redirect the user to thankyou page I used the above method but, now any content that is created is redirected to this new thank you page.
I wanted this redirection to be only for one question content type.
Anu solutions??????