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
- emailContact( )
Deprecated. This function will continue to work, but a newer version is available at wix-crm.triggeredEmails.emailContact().
- createContact( )
Deprecated. This function will continue to work, but a newer version is available at wix-crm.contacts.appendOrCreateContact().
- Contacts
The Contacts API is used to manage a site's contacts.
- TriggeredEmails
The Triggered Emails API is used to send triggered emails to your site's contacts and members.
- $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