statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
30 stars 1 forks source link

Make form widget more extensible #1187

Open david-windsock opened 3 days ago

david-windsock commented 3 days ago

I want to create a dashboard widget to display the latest form submissions but with some conditions. I wanted to extend the \Statamic\Forms\Widget class to add the custom logic but its all in the html() method.

Adding a submissions() method to add the custom logic will help a lot...