Home > borogove > Register > getForm

Register.getForm() method

Fetch registration form options from the server. If you already know what fields your server wants, this is optional.

Signature:

getForm(): Promise<Array markdown="1"<borogove markdown="1"_Form>>;

Returns:

Promise<Array<borogove_Form>>