onMemberUpdated( )


Deprecated. This event will continue to work, but a newer version is available at onMemberUpdated().

An event that is triggered when a site member's information is updated.

The onMemberUpdated() event handler runs when a site member's information is updated. The received UpdatedMemberEvent object contains information about the site member whose information was updated.

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

Method Declaration
Copy
Method Parameters
eventUpdatedMemberEventRequired

Information about the site member whose information was updated.

Errors

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

Did this help?