Using Orchard 1.6 I have created a form (accessed from the front end by a user)
This form contains a content part so when it is submitted it will be stored as a content item.
From the front end I would then like to display in a table format the previous content items that ONLY this user has submitted ( as the user will be logged in)
As the admin I can view this list from the dashboard, however the user only has access to the front end.
How can I display a list of content items from the front end?