Reputation: 43
We want users to be able to view the forms that they have filled in while they're logged in. How could we use Liferay Forms to achieve this or how could we use DDL to access the forms?
We thought to access the user id and then return the forms associated with that id however we're not sure how to approach this solution.
Upvotes: 1
Views: 253
Reputation: 631
You can do it through permission settings. Go on Site > Content > Form > Form's specific Settings (...) > Permissions.
You have to create a new Role and add only user who wants to see this Form. From Form's Permission setting you can control to whom you want to show the form.
Upvotes: 0
Reputation: 1185
I think spring portlet good approach for you enter link description here configure with spring security or access liferay user services and manage and authorize your views or portlets
Upvotes: 0