createEventRsvpForm( )


Deprecated: Creates a new RSVP form for the specified event.

Deprecation note: について createEventRsvpForm() function is being deprecated. Use the getForm() function instead.

を使用する。 createEventRsvpForm() function to retrieve the information you need to create a custom RSVP form for a specified event and to submit the form data to register guests for the event.

Retrieve event IDs to specify an event from the Events/Events collection.

Note: To work with the Wix Events API, you need to publish your site.

メソッド宣言
コピー
メソッド・パラメータ
eventIdstringRequired

ID of the event to create an RSVP form for.

リターン
Return Type:Promise<RsvpForm>
役に立ちましたか?
はい
いいえ