Skip to main content

Enrichment

The enrichment object contains methods to work with the enrichment of the form.

Tip

For more details about this feature visit enrichment feature.

Usage

To access Enrichment object and all its customization options use your browsers console and type:

window?.esForms?.enrichment

Example

This example will get values from the localStorage used for enrichment.

window?.esForms?.enrichment?.getLocalStorage();