Function createCreateOrgApplicationDefaultFormView
- createCreateOrgApplicationDefaultFormView<TFormCustomFields>(options?): FunctionComponent<{
blockProps: BlockComponentProps;
handleSubmit: ((formData) => Promise<unknown>);
isSubmitting: boolean;
privacyPolicyUrl?: string;
userAgreementUrl?: string;
}> Returns FunctionComponent<{
blockProps: BlockComponentProps;
handleSubmit: ((formData) => Promise<unknown>);
isSubmitting: boolean;
privacyPolicyUrl?: string;
userAgreementUrl?: string;
}>
Default Form View for the CreateOrgApplication block. By default, no custom fields are used