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

I cannot get an iframe to pop up on my custom page at all. any suggestions?

1 Like

lol, plug it into chatgpt… you’re missing the entire HTML wrap that goes on that. That code won’t work by itself you need the html, body tags too… any LLM can fix it easily

1 Like

ā€œAsk ChatGPTā€ is always a good solution to code problems :slight_smile: