Each user has a User ID and each entry has an entry ID.
Is it possible to display only a certain entry to a certain user in the front end?
Example: I have a specific user, whose user ID is "user0", when using formidable views, it loads in the front end all the entries of the form i have specified, so suppose, entries 1 to 7.
I would need user0 to see, for example, only the entry with id 7, is there any way of doing that?