Hi,
at the moment it is only possible to allow a user to edit all data in the "displayData" View in the administration panel or to disallow it for all data. When I developed the code which allows you to edit data in backend this was meant to be a very simple feature, which simply allows administrators to correct user input, for example if a user has mistyped their name or addresss...
Using this feature and editing data, requires knowledge about the form, which I expected an administrator would have. As you can see, there is no validation of the inputs an administrator makes and there is no information available for example about what would be a valid input values for select, radios...
During the last two month I developed a Visforms extension, which allows you to enable users (or admins) to edit submitted form data in the frontend. (
vi-solutions.de/en/frontend-data-edit-de...dit-data-in-frontend
) This was a frequently requested feature for Visforms (and it took quite a lot of effort to implement it). The frontend data edit supports ACL down to the field level. In contrast to the display data view in the administration panel, the frontend data edit displays the form once again and uses the user inputs which are stored in the data base as default values. It has full form validation.
I hope this answer will help you.
Regards,
Aicha