Adding form data filters to Experience v13 site

Chris Percival asked on September 27, 2023 11:32

It looks like the ability to add filters to the recorded form data has been removed in v13. Does anyone know why, and how can it be implemented in v13?

v12 stating alternate forms can be used for adding filters to form data: https://docs.xperience.io/k12sp/configuring-kentico/creating-alternative-forms/displaying-filters-using-alternative-forms

v13 with no mention of form data: https://docs.xperience.io/custom-development/extending-the-administration-interface/creating-alternative-forms/displaying-filters-using-alternative-forms

Recent Answers


Juraj Ondrus answered on September 27, 2023 14:24

Since the forms are driven by the front end app, the alternative forms and layouts were removed. In this case you may need to create a custom UniGrid filter. Or maybe even a custom extender for given UI page.

0 votesVote for this answer Mark as a Correct answer

Chris Percival answered on September 28, 2023 11:05 (last edited on September 28, 2023 11:05)

Specifically I'm talking about this form: https://pasteboard.co/9mak686RpteV.png

It looks like its rendered by /CMSModules/BizForms/Tools/BizForm_Edit_Data.aspx ?

0 votesVote for this answer Mark as a Correct answer

Juraj Ondrus answered on September 29, 2023 08:38

Yes, that is the page which contains the UniGrid for the form records. Maybe this article will be also helpful. It is about adding new columns to UniGrid - but I believe it should give you the idea what needs to be done.

1 votesVote for this answer Mark as a Correct answer

Chris Percival answered on September 29, 2023 09:31

Thanks Juraj.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.