collective / collective.easyform

Forms for Plone

Home Page:https://pypi.org/project/collective.easyform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show Data

oxygenius opened this issue · comments

Is it possible to show the saved data directly on the website without exporting it?

@oxygenius yes you can !

Your easyform content must have a "Save Data" action (you can add it in "Actions" > "Define form actions" in the Plone toolbar).

To see saved data, choose "Actions" > "Saved data" in the Plone toolbar.
You can then click on the name of your action, and you will see submitted forms :

Screen Shot 2021-10-18 at 17 14 43

Thank you @laulaz . I knew that was possible. But I would like to show it as content (table on a page).
I that possible too?

@oxygenius you mean to display them anywhere else (in a view, in a viewlet, ...) ?
That would need a custom development ...

That's exactly what I want @laulaz, may be with some options to filter, order and other fancy features. But I settle for a skateboard first ;-)

Was @nngu6036 not working on a saveddataview a few years ago?

This one (the one I mentioned before) ?

class SavedDataView(BrowserView):

Don't have any other informations on a WIP view ...

There is a getsaveddataadaptersview branch

330 commits behind master, wouldn't count on that 😉

I was kind of expecting that ;-). But maybe @nngu6036 can join in initiate a second effort.

@laulaz I looked back and saw some parts were merged in [https://github.com//pull/121]