Form no longer showing up

User 458539 Photo


Registered User
1,584 posts

Hello - hope everyone is getting through this Covid crisis ok

http://texansupply.com/contact.html

This form is no longer showing up and it doesn't show in other browsers - any body have an idea whats up?

Thanks

Byron
User 2088758 Photo


Senior Advisor
3,087 posts

Hi Byron,

Was there a recent php update on your servers that you know of?
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 458539 Photo


Registered User
1,584 posts

Hey Steve - how you doing -

No - I checked a few weeks ago when I read that there was an issue with the latest php. What versions are there issues with again?

Byron
User 187934 Photo


Senior Advisor
20,190 posts

Seems to be a php issue with the display script on the type of framed document.
The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it.

The form is here.
https://texansupply.com/Texan-Supply-Co … -Form.html

Doesn't show through the php scripts.
https://texansupply.com/Texan-Supply-Contact-Form.php

Server test is good.
http://texansupply.com/Texan-Supply-Con … ertest.php

Try removing the script surrounding the iframe.
Change this.
<noscript>
<iframe height="981" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="Texan-Supply-Contact-Form/Texan-Supply-Contact-Form.html">
<a href="Texan-Supply-Contact-Form.php" title="Texan-Supply-Contact-Form">Check out my CoffeeCup Form</a>
</iframe>
</noscript>

To this
<iframe height="981" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="Texan-Supply-Contact-Form/Texan-Supply-Contact-Form.html">
</iframe>

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 379556 Photo


Registered User
1,535 posts

Eric Rohloff wrote:
Server test is good.
http://texansupply.com/Texan-Supply-Con … ertest.php

At the end it says, "PHP Sessions: Sorry, sessions don't appear to work on this server. FormBuilder won't work without them."
That's not something I understand, but may be important.

Frank
User 187934 Photo


Senior Advisor
20,190 posts

Sessions are enabled for me when I check it.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 458539 Photo


Registered User
1,584 posts

Eric

Tried replacing the iframe script like you suggested and it works! Thanks!

What bothers me is that was the script generated from the program. Should I be concerned about my other forms? I have a bunch out there

Byron
User 187934 Photo


Senior Advisor
20,190 posts

I think it has something to do with how your php ini file is setup on your server.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 458539 Photo


Registered User
1,584 posts

Ok Thanks All

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.