ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Make form widget more extensible

Open david-windsock opened this issue 1 year ago • 0 comments

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...

david-windsock avatar Jun 25 '24 09:06 david-windsock