I'm looking to create an app with PHP Desktop (latest version) and for the Contact page I wanted to insert a simple Google form.
My problem is that, if I open this link in an external browser, it works as it should be, but using PHPDesktop, returns me a blank page.
I encounter the same issue in both scenario: using the link shown above or the iframe for embedded HTML.
Googling around, I found only one similar reference here, but as it looks my problem is different.
My error code is:
my code is inserted as hyperlink in the menu of my index.php page with this code:
<a class="button2 button1" href="https://docs.google.com/forms/d/e/1FAIpQLSdm7v9mzLeqENTjimhr1w54J-fvCuNJpWAn9O06JsQsmzp4nA/viewform?usp=sf_link" target="blank" >Contact</a>
Do you have any idea how can I solve this?