How to Display Only User Submitted Entries in CF7Views
With CF7Views you can restrict the display of entries to only those which are submitted by logged-in users. This will work with Table, DataTable and List view.
Steps to Display Only User Submitted Entries
- Navigate to CFV7iews Pro -> Views and edit the view for which you want to restrict entries.
- Under View Settings, check the Display only Logged in User Entries checkbox.
- Update the view.

Now Edit your contact form & in additional settings save subscribers_only: true

If the user has submitted the form as a guest ( not logged in ) and later they login then they won’t see that entry. Only those entries will be displayed which are submitted while the user was logged in.