Skip to content

Commit

Permalink
adding event namee
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jan 28, 2025
1 parent 7865d9e commit c6de875
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/forms/javascript/events/available-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ window.addEventListener('esFormsGoToPrevStep', (event) => {
});
```

### esFormsResetSteps

Triggered after multi-step/multi-flow form reset to the first step.

```js
window.addEventListener('esFormsResetSteps', (event) => {
console.log(event.detail);
});
```

### esFormsBeforeEnrichmentUrlPrefill

Triggered before URL enrichment prefill is used to prefill the form fields.
Expand Down

0 comments on commit c6de875

Please sign in to comment.