hello,
I am unsure what we are doing wrong. our website continues to show a blank page despite us copying and pasting the HTML.
here is the the website page we are trying to display it on
http://fusionrehabmed.com/new-patients-start-here/
below is the code its saying to paste into our site.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>New Patient 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="xpMqETOO" data-tf-inline-on-mobile data-tf-medium="snippet" ></div> <script src="//embed.typeform.com/next/embed.js"></script> </body> </html>
any help is so greatly appreciated.