Init() and loader for javascript snippet

Hello,

I have my feathery form embedded in Webflow on a subpage. How can I initialize the form already, when the homepage is loaded? I found a documentation for the react embed, but not for javascript.

Same for the loader. As long as the form gets loaded, I want to display a loader and also for the container to dislay already full height. How do I adjust the javascript code snippet?

Thanks for helping.

The same components listed under React in the documentations can be used in javascript (initialization of values: initialValues )

Form Components: <Form> | Feathery Docs
Loader: initialLoader | Feathery Docs