I need CMS users to add a list of emails to a certain page type. Each page will have different email addresses added to it and once the page is published I'll need to retrieve it front-end...
Is there a way to accomplish this using GridField?.. I have created a DataObject called 'MailingLists' and in my page model linked them but all it does is retrieve data from that DataObject, I am only able to retrieve data, I haven't seen any way to add data.
Am I missing something? Is it possible to add/edit/delete records with GridField or is there some other way to do so?