Skip to main content
Answered

Embed a typeform in clickfunnels

  • 18 December 2021
  • 6 replies
  • 1339 views

Hi, Can you help me with how I embed a typeform into a clickfunnel without any background color. 

Best answer by Liz

Hi @jonaseriksson17 Welcome to the community! Clickfunnels has a handy article here on how to add code to one of their webpages. 

Then, when you grab the code from Typeform, you can set the background transparency before copying the code like this: 

I hope this helps!

View original

6 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14584 replies
  • Answer
  • December 20, 2021

Hi @jonaseriksson17 Welcome to the community! Clickfunnels has a handy article here on how to add code to one of their webpages. 

Then, when you grab the code from Typeform, you can set the background transparency before copying the code like this: 

I hope this helps!


  • Navigating the Land
  • 4 replies
  • January 24, 2022

Hi!  I am trying to embed my typeform into click funnels application video.  What is the java script/HTML code I need to enter into click funnel?  

 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14584 replies
  • January 25, 2022

Hi @Cpotts1 You can find the step-by-step instructions for embedding a Typeform in an email here:grinning:


  • Navigating the Land
  • 4 replies
  • January 25, 2022

Hi @Liz, I am trying to embed it in a click funnel - is there a way I can screen share with you to help fix this?

 


  • Navigating the Land
  • 4 replies
  • January 25, 2022

@Liz Hale I am embedding it into a clickfunnel.  This is the code I used - is it accurate?  I got it from the embed webpage and clicked on code

 

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>CPotts NBR Application</title> <style>*{margin:0;padding:0;} html,body,#wrapper{width:100%;height:100%;} iframe{border-radius:0 !important;}</style> </head> <body> <div id="wrapper" data-tf-widget="qOvmLs" data-tf-inline-on-mobile data-tf-medium="snippet" ></div> <script src="//embed.typeform.com/next/embed.js"></script> </body> </html>


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14584 replies
  • January 25, 2022

Hi @Cpotts1 You will need to grab the embed code that’s specifically for embedding in an email here: 

 


Reply