$w WixFormSubmittedEvent
An event that is fired when a site visitor clicks a submit button on a WixForms
element and the Wix Form is successfully submitted to the server.
You do not need to import $w
or wix-crm
to work with Wix Forms events.
Properties
Store values associated with an object
- context
Gets the context in which an event was fired.
- target
Gets the element that the event was fired on.
- type
Gets the type of event that was fired.
- wixFormFields
An array of objects representing the fields on a Wix Form.
Mixes in: