formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Only adding and no editing/updating by clients #730

Open anigcoder opened 4 years ago

anigcoder commented 4 years ago

Hi, I want clients to add their data, but they should not be able to edit it. I tried this #468 and this tutorial but it didn't worked.

After following the above tutorial, and disabling editing options for fields, when I first logged from client account, I got this result (which was expected)-

1

but after clicking on "Add" button, I got this result

2

Now since I've disabled editing in a specific client view, fields are disabled for adding data too.

Is there any workaround for this?