Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021.
The formdata event fires after the entry list representing the form's data is constructed. This happens when the form is submitted, but can also be triggered by the invocation of a FormData() constructor.
This event is not cancelable and does not bubble.
Use the event name in methods like addEventListener(), or set an event handler property.
A FormDataEvent. Inherits from Event.
Event FormDataEventInherits properties from its parent interface, Event.
FormDataEvent.formDataContains the FormData object representing the data contained in the form when the event was fired.
The onformdata version would look like this:
| HTML # event-formdata |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Sep 25, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.