Community

Can i use iframe to embed form? (script tag is ignored in my website editor for security reasons)

Comments (1)

Vipin

Feb 28

Open your form in google forms > click on the addon icon > click Formfacade > click Embed in a webpage > Embed setup wizard will be displayed > select embed in Google Sites, click Next > copy the headless url for the form, replace it in the iframe code below and then use it to embed the form in your webpage. You can change the height as required. <iframe width="100%" height="300" frameborder="0" src="https://formfacade.com/headless/..."></iframe>

Add your comment