I provide a service. I have 2 forms. The first one collects information about the client and sets up an initial service consultation. The form also allows the client to register a login with the website. The purpose is so that when they schedule new orders (using the other form), if they are logged in, it will create a post. I am basically just trying to allow clients to be able to log in and view/track their order form submission history.
What would be the easiest way to do this? If I set the user role when they initially sign up to contributor, it will show their posts. But there are a lot of other capabilities they have access to that I don't want them to.
Ideally I think it would be easiest to allow them to see the Entries (as I do) but for their own specific orders only.
Any ideas on how to achieve this?
Thanks!