wix-crm
The wix-crm module contains functionality for working with your site's contacts from client-side code. Learn more.
Additional information about this section
Perform actions on an object
- createContact( )
Creates a new contact or updates an existing contact.
- emailContact( )
Sends a Triggered Email to the current contact.
- $w WixForms
A $w element for enabling your site contacts and visitors to work with the Wix Forms app.
- $w WixFormSubmitEvent
An event that is fired when a site visitor clicks a submit button on a WixForms element and the Wix Form is about to be submitted to the server. You do not ...
- $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 ...
- $w WixFormSubmittedErrorEvent
An event that is fired when a site visitor clicks a submit button on a WixForms element but the Wix Form is not successfully submitted to the server. You do ...
Related Content