View previous topic :: View next topic |
Author |
Message |
F0rtune
Joined: 17 Jun 2008 Posts: 3
|
Posted: Wed May 06, 2009 8:17 am Post subject: https Error Message |
|
|
Hi
I have 3 forms on a secure site
2 of the forms work well but the 3rd gives a browser warning message saying 'This page contains secure and non secure items. Do you wish to continue'.
I think I have set all the parameters the same.
A form that works is at https://www.eazycollect.co.uk/site/form.html
The broken one is at https://www.eazycollect.co.uk/site/callback.html
The only real difference is that the 'broken' form contains a date delector field. Could that be the issue?
Is anyone able to provide me with advice on setting it up so that this message does not appear.
I'd be grateful for any ideas.
Thanks
Dave. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu May 07, 2009 8:52 am Post subject: Reply |
|
|
The error is with the image. This is something we will fix in the next update. For now, simply host the image locally on your https:// server, and it'll work.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
F0rtune
Joined: 17 Jun 2008 Posts: 3
|
Posted: Thu May 07, 2009 10:40 am Post subject: Image Issue |
|
|
Hi Nick
I have changed it and it's now hosted at https://www.eazycollect.co.uk/graphics/calendar.gif but it gives the same error.
Any other thoughts.
Thanks
Dave |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri May 08, 2009 2:37 pm Post subject: Re: Image Issue |
|
|
F0rtune wrote: |
Hi Nick
I have changed it and it's now hosted at https://www.eazycollect.co.uk/graphics/calendar.gif but it gives the same error.
Any other thoughts.
Thanks
Dave |
Look at your form code and find the line that says:
Code: |
<script language="JavaScript" src="http://www.mycontactform.com/js/CalendarPopup.js"></script> |
Change the http:// to https://
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|