Is there any way to display form entries in the front-end using formidable views to only specific users?
CLARIFICATION* I am not talking about specific TYPES of users
Example I have a type of user called "ACCOUNTANT", i register 2 users under this type, accountant1 and accountant2, i want to display some entries to accountant1 only and some to accountant2 only.
Thank you very much!
Sorry for the confusion.
Re-reading it now, the user type is a redundant information.
The simplest question is "How do i show specific entries front end filtering by using user ID"
For example, i want the user with the ID "accountant1" to see only the entries with id 5 and 6.
Please login or Register to submit your answer
Your question is confusing. You said, "I am not talking about specific TYPES of users" and then you are asking about two specific types of users. What do you really want to do.
In order to filter view entries based on user role, the user roles must be unique. You can't have a single role called Accountant and expect to show different content to accountant1 and accountant2 without some sort of unique identifier to distinguish them. If you can't use "user role", you have to use something else that's unique about the user that matches the content you want them to see.
sorry for the confusion.
re-reading it now, the user type is a redoundant information.
The simplest question is "How do i show specific entries front end filtering by using user ID"
For example, i want the user with the ID "accountant1" to see only the entries with id 5 and 6