getForm( )


Retrieves an event registration form (both the draft and published versions).

Method Declaration
Copy
Method Parameters
eventIdstringRequired

Event ID to which the form belongs.


optionsGetFormOptions

Optional fields.

Returns
Return Type:Promise<Form>
Errors

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

Did this help?