I am using this component to build a form that will be used to manage a large database of information. I would like to expand the capabilities by allowing a front-end user, with the proper credentials, to click on a field in the front-end data display and have that data fill in the originating form so it can be manipulated.
My purpose is to maintain a web accessible database for multiple users, yet have only a single user with access to change the data .. without that user having administrative access to the backend.
Enhancements I can envision and will make to this great tool in due time are:
1) Form accessible to only specified registered users
2) Data editable (front-end and back-end) along with the ability to specify which fields can be edited in the front-end
3) Authentication required for editing
4) Data export in front-end ... which fields and which users can export it
5) Data filtering by field
Oh, thanks for the great tool!