Query Form Submissions in custom Admin Listing page

2025/09/17 6:05 PM

Is there a way that I can list form submissions in a custom Admin Listing page?


Environment

Answers

2025/09/17 6:37 PM

Sure, you can do anything!


There's an example in the Kentico Community Portal of a widget that lists form submissions. This could be adapted to display that same information in an Administration UI listing page.

This widget displays submissions from a specific form. If you wanted to create a listing that showed results from any form you'd need to do more work to make it dynamic.

Take a look at the source (F12 to decompile in VS Code or VS) of the listing page for the Forms application's submissions list. You can find the names of all pages in the administration UI. This will give you a good starting point to work from.

To response this discussion, you have to login first.