verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
93 stars 69 forks source link

Only display forms that the user can actually edit #1820

Closed hw-01010 closed 2 months ago

hw-01010 commented 2 months ago

What are you trying to do?

I want to create a system in which each user can only see and edit the forms they created.

Currently, when I create a form with one user, it also shows up for every other user, even if they don't have edit permissions. When I open the form, it throws a 403 error - which is expected but not really user-friendly.

For the user who gets the error, I use the following settings: image

What's your proposed solution?

It would be nice to have the same settings/functionalities as for Entries. image

But it would also suffice to just not display the forms which the user can't edit.

Additional context

No response

engram-design commented 2 months ago

Fixed for the next release. To get this early, run composer require verbb/formie:"dev-craft-4 as 2.1.10".

engram-design commented 2 months ago

Fixed in 2.1.11