sulu / SuluFormBundle

Form Bundle for handling Dynamic and Symfony Forms in https://sulu.io
MIT License
81 stars 78 forks source link

Archive Form Data #28

Open alexander-schranz opened 7 years ago

alexander-schranz commented 7 years ago

when you use a page multiple times for a form you should be able to archive old data.

alexander-schranz commented 7 years ago

add a archive datetime and archive bool field to the form. Default show only not archived entries.

Add archive button overlay with fields:

alexander-schranz commented 6 years ago

A better concept would be to store the archive data into a CSV File which is a sulu media. When not longer needed the media can be deleted by the content manager.