I'm new to SilverStripe. I've followed the tutorials and managed to extend the a little bit to try and figure out if the CMS is fit for the uses I need. So far so good.
What I'm trying to accomplish is to list the submmisions of a contact form I've built. It's etirely done by the CMS API and It's already saving the data correctly to the database.
I've found ModuleAdmin but couldn't mange to "strip" some of the functionality like inserting or importing. Also I would like for it to list all of the contact forms stored without the need of performing a search.
Thanks in advanced for any help you can give me.