Answered

code not working on our wordpress site

  • 5 April 2022
  • 5 replies
  • 121 views

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. 

icon

Best answer by john.desborough 5 April 2022, 04:44

View original

5 replies

Userlevel 7
Badge +6

@fusionrehabmed - welcome to the community

 

it will only work on an https:// site and not http://

 

des

hi John thank you. so how does one with a http:// site incorporate this? we paid for the year so should we reach out and ask for a refund ?

Userlevel 7
Badge +6

you can always ‘enhance’ the security on your site to be https, then it will work… 

Userlevel 3
Badge

Hey @fusionrehabmed, to add to what @john.desborough  mentioned about ‘enhanced’ security, your web host can generally assist / provide you with what is called a “SSL certificate”.

I scanned your site with builtwith and can see you are hosting your site using Wordpress on BlueHost. 👍

BlueHost provides a free SSL certificate and a guide to enabling the free SSL certificate that should fix you up.

Let me know how it goes!

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. 

Hi, I’ve used WordPress for a long time as a content person (not technical) and I’ve never had any trouble adding in line forms to websites. Normally I just paste the code into the HTML editor. Well I’m trying to add forms to my page and the HTML isn’t working. Nothing is showing up when I go back to visual editor, or when I preview the page . Please help I have no idea how to fix this. Here’s the code:

<div class="poptin-embedded" data-id="88fa00b12ed15"></div>

Reply