Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2015
    Location
    Currently New York State
    Posts
    775

    Default Iframe Form and security

    I have noticed that my quote form on my site is no longer working properly in firefox. The form is a self hosted PHP form displayed in an Iframe. This use to work but I have not checked it in a long time and have been wondering why quote request have been coming through email and not from the form. The Iframe does not show up in firefox.

    https://www.p-s-s.com/quote%20request.htm

    I can get the form to display in Windows Explorer if I acknowledge a window to display none secure data. My site is running as a HTTPS site.

    Originally when I made the site it was standard HTTP site then late converted to HTTPS. do you guys think that the HTTPS could be causing my problems for displaying?

    Any ideas on what to check?

    Thanks
    Ray

  2. #2
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: Iframe Form and security

    This might be a security problem. Your main page is accessed via https and you include the form as
    Code:
    <iframe src="http://www.p-s-s.com/quote/form.php" ...
    Not familiar with that, but maybe changing the iframe src to https://www... would help?

    Edit: Just thought another second about the problem. Maybe better to just use src="quote/form.php" as it is on the same domain.

  3. #3
    Join Date
    Jul 2015
    Location
    Currently New York State
    Posts
    775

    Default Re: Iframe Form and security

    Siran, Thanks for the quick response.

    I tried your suggestion and that corrected the form.

    I had looked at the code but just did not notice the http in the link, so thanks for pointing that out.

    Ray

  4. #4
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: Iframe Form and security

    Wow, you checked that really fast...

  5. #5
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: Iframe Form and security

    You forgot to change it on the mobile variant...
    Did you notice the edit? It might be better to remove the protocol and domain...

  6. #6
    Join Date
    Jul 2015
    Location
    Currently New York State
    Posts
    775

    Default Re: Iframe Form and security

    Quote Originally Posted by siran View Post
    You forgot to change it on the mobile variant...
    Did you notice the edit? It might be better to remove the protocol and domain...
    I took care of the mobile a little later. Had a couple other items to correct on the main first.

    Thanks again for you help.

    Ray

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •