I am using the form builder widget and when the data is sent to my email it has the following warning:
External images in this email use an insecure connection. Those images were automatically adjusted to enforce a secure connection (https). Some images might not be shown.
No matter how I change the form it still appears. The thing is - there are no images in the form ?
It sounds like you’re encountering a warning related to external images in the email, even though there are no images in your form. This issue can sometimes occur when external content (like scripts, logos, or tracking pixels) is included in the form or email template, even if you can’t see them directly.
Here are a few things you can try to resolve this:
Check for Hidden or Embedded Content: Make sure that there are no hidden image URLs or external resources embedded in the form fields or email template.
Update to Secure URLs: If there are any URLs that point to images or resources, ensure they all use https:// (secure connections) rather than http:// to avoid triggering the warning.
Review the Email Template: Check if the email template itself includes any external content that could be causing the issue. Even if it’s not part of the form, sometimes other resources are added in the background.
Contact Support: If none of these steps fix the issue, it might be a problem with the way the form widget is generating the email. In that case, I’d recommend reaching out to Elfsight support for a more thorough investigation.
Let me know if this helps or if you need further assistance!
IAfter a lot of “digging” I have found that the error is due to the way the form is sent to me from Elfsight. I have included part of the source code here that shows that an image is being sent to my email from a http source instead of https. Is there a way to solve this ? Here is the first part of the source code : <img src=3D"http://url350.forms.elfsightmail.com/wf/open?upn=3Du001.GY2Oh2N=
HSRphtvkR58h3k7ziaVx8V2qImJ37WhKVhB-2BfTX-2BVwM552o674hI4C6krZC2Mrm2VoLhmtw=
oOGlhUWF8KSFnH-2BX5fJmo-2Fbj1wUqkRdh38tW11X6F3O3-2BmoydAoko-2Bm82r8amgJmLi7=
When the form is filled out and submitted to my email address the following warning appears at the top of the email., with the content that is added by someone, below it.
External images in this email use an insecure connection. Those images were automatically adjusted to enforce a secure connection (https). Some images might not be shown.
The whole of the form is being processed and delivered from a non-secure site via Elfsight, ie. http instead of https which is the more secure version. I have been in touch with my hosting provider - IONOS - and they tell me that the sender (Elfsight) has not got the form correctly configured and is missing the SSL which is why it is http and not https. This also means that some replies will be blocked and not even get to me.