onRsvpUpdated( )


A backend event that fires when an RSVP is updated.

The onRsvpUpdated() event handler runs when an RSVP is updated. The received RsvpUpdatedEvent object contains information about the updated RSVP.

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

Method Declaration
Copy
Method Parameters
eventRsvpUpdatedEventRequired

Information about the RSVP that 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?