Custom page (html)

Trying to embed a form into a custom html page in a studio. Is it currently possible ?

I had the provided script from the third party provider, but nothing shows.

Is there a workaround ?

Thanks !

Is the form in HTML ?

It is supposed to be included in html.

Screenshot 2024-10-07 at 14.37.37|601x500


            <div 
                id="zf-widget" 
                data-zf-embed-id="b42451a6-637e-4753-930a-191b760124c7"
                data-zf-id="IqDnnbTzVmtzkOfWpK8R"
                data-zf-d_id=tDKwBduQFxa3VdWvI
                data-zf-type="standard" 
                style="height: 100%; width: 100%;"
            ></div> 

            <script src="https://form-assets.forms.gozen.io/cdn/scripts/embed-v1.21.js"></script>
        ```

would Iframe works instead ?

Hi @quebexico,

Try instead of style="height: 100%; width: 100%;" do style="height: 500px; width: 600px;"

1 Like

it didโ€™nt work, but I manage to do it with iframe which is working. The issue must be from the provider.

1 Like