What’s your readonly link and the location you’re setting this up on your page?
For #3 you can just create an image tag;
<img src="...">
Where I’ve put the … is where you’d embed your URL using +add field.
Another way is to create a custom element, give it a tag of img, and an attribute of src. You can bind the value of src to your URL field as well. That’s a nice way to control styling, since you’ll have an element rather than a code block.
I would like to add an image in a CMS Collection page.
I do not want to link the image directly copy paste the link. (e.g.
I am trying to link the Custom field ‘CoverImgLink’ to tag. But I am not quite sure how to I get the value of Custom Field ‘CoverImgLink’ and send it to tag.
Keep in mind if you’re trying to host your image on Google Drive, you may have some issues, but at the least you’ll need to form the link properly and to ensure it’s shared settings include “accessible to anyone with the link.”