onGuestCreated( )


A backend event that fires when a Guest is created.

The onGuestCreated() event handler runs when a Guest is created on your site. The received GuestCreated object contains information about the new guest.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventGuestCreated

Information about the created guest and onGuestCreated event.

Errors

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

Did this help?