This article explains how to locate where KWIZ Forms (modern version) is used across your SharePoint environment, whether in SharePoint Online or in on-premises environments that use the App version (not the older Full Trust Code solutions).
Overview
KWIZ Forms settings are saved in JSON files stored under the following location on each site: SiteAssets/kwizcom/modernui/
Each file is named using a GUID, which represents the list ID the form is configured for.
For example: e65d1b83-5d4c-45bd-b4cf-3d5f3b037f65.json
This means a KWIZ Form is configured for the list with that ID on the current site.
How to Find All KWIZ Forms Usage
You can use a PowerShell script to scan all sites and identify where these form configuration files exist.
The script should:
- Iterate through all site collections and subsites in your environment.
- Check each site’s
SiteAssets/kwizcom/modernui/ folder. - Log any
[GUID].json files found in that location.
These files indicate that KWIZ Forms is being used on the corresponding list.