So I have a web page that has to do with games. I want users to be able to add information about their own games to this website. I have a tab called "Add A Game". When a user clicks on this tab I would like a form to appear which they can fill out to add information about their game. I am using Dexterity. When I am logged in as "admin" I can go to "Site Setup" and then "Dexterity Content Types" and add new types or new fields to an existing type. Now that I have added a type called "game" I would like the form that I use as admin to also be available to any user under the "Add A Game" tab. How can I accomplish this?
Plone and Dexterity - How can I add a form for one of my content types to my page?
391 views Asked by tadasajon At
2
Now you are able as an admin to create games in your folder "games". The permission to create a game as anonymous user is adjusted in workflows.
Now anonymous are able to create a game in games. But anonymous cannot see their game. But you can choose or/and adjust a workflow for the content type "game" to assign the "view" permission to everybody.