> ## Documentation Index
> Fetch the complete documentation index at: https://docs.talview.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Embedded Image Link Not Rendering in Form

You’ve added an image link to a form block in Talview’s Form Builder, but it’s not showing up in the preview. This article helps you identify and fix the issue.

## ✅ Common Causes and Fixes

| **What Might Be Wrong**                               | **What You Can Do**                                                                                                                         |
| :---------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------ |
| Image is hosted on a **restricted or private server** | Use a publicly accessible image hosting platform like **Imgur**, **Dropbox (public share)**, or **Google Drive with link sharing enabled**. |
| Link is broken or outdated                            | Test the URL in a separate browser tab. If it doesn’t load the image, use a new working link.                                               |
| Link contains unnecessary URL parameters              | Clean up the URL — remove tracking parameters or redirects that might block image loading.                                                  |
| Pasted in wrong field                                 | Confirm that the image link is pasted in the **Image URL field** under the block’s configuration settings.                                  |

## 🌐 Final Check

* Go to **Form Preview**
* If the image still doesn’t load, try the same link in an **incognito tab** to ensure it's publicly accessible

<Tip>
  ## Best Practices for Embedding

  * Use **HTTPS links** to ensure security and compatibility
  * Host your images on platforms that **don’t expire links**
  * Prefer **lightweight images** to avoid slow rendering
</Tip>
