## Get the embedded form `checkoutFormSdk.getForm()` > This feature is in private preview. See [Embedded form](https://docs.stripe.com/checkout/how-checkout-works.md?payment-ui=checkout-form) for more information. This method gets the previously created embedded form instance, if it exists. You can obtain the `checkoutFormSdk` by calling [initCheckoutFormSdk](https://docs.stripe.com/js/custom_checkout/form_init.md). ### Example ```title Get the embedded form ```