onContactCreated( )


An event that triggers when a new contact is created.

The onContactCreated() event handler runs when a new contact is created. The received ContactCreatedEvent object contains information about the contact that was created.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventContactCreatedEventRequired

Information about the contact that was created and metadata for the event.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?