I have added an image to my form by adding a Notes field. I don't have an Add Image button so I did this by inserting the link by clicking on the HTML button and typing the following (which is the copied link from the mediafire web site):
<img src="https://www.mediafire.com/?o1d6gqqf9g3tbfg" />
When I go back to look at it, it has changed to:
<img src="https://www.mediafire.com/?o1d6gqqf9g3tbfg">
I'm not sure if this is relevant to my problem.
When I view the form, it's showing an image place holder where the image would be, but not displaying the actual image. The only thing I can think of is that because the link is 'https' instead of 'http', it may not have access to get the image so it can't display it.
Can I have some help with this please?