Is there a way to create a new user but to lock down wp-admin to ONLY allow viewing of Form Submissions for a specific form?
For example:
site1.com has an Administrator (who is a Loan Officer).
Loan Officer wants Insurance Agent to be able to login with separate credentials so Insurance Agent can view the "Apply for Insurance Quote" form submissions ONLY.
So, essentially, Administrator (Loan Officer) gets full wp-admin access, but Insurance Agent ONLY gets access to /wp-admin/admin.php?page=gf_entries&view=entries&id=1 (but not to /wp-admin/admin.php?page=gf_edit_forms or ANY other parts of wp-admin).
Thanks!