> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/dapta-forms/design/client-logos.md).

# Client logos marquee

Show a "Trusted by" marquee of client logos on your Dapta Form cover, on the reveal screen, or on both. Add up to 24 logos with a name and an image URL.

Social proof works on forms too. The client logos marquee is a scrolling "Trusted by" strip of logos that you can show on the cover screen, on a reveal screen, or on both. Each logo is just a name and an image URL; no upload needed.

***

**Step 1:** Open your form, click **Design** in the toolbar and scroll to the **Client logos** section. Make sure **Show the marquee** is on, then choose where it appears with **Show the marquee on**: **Cover**, **Reveal screen** or **Both**.

**Step 2:** Click **Add logo**. A row appears with two fields: **Name** and **Image URL**. Type the client's name and paste a public link to its logo (PNG, SVG or JPG). Repeat for each logo; the trash icon (**Remove logo**) deletes a row.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-b81123cec357bca5ef25b0097f9441cfdacd938e%2Fforms-client-logos-01-design-section.png?alt=media" alt="The Client logos section in the Design panel: Show the marquee switch, Show the marquee on set to Cover, three logo rows with Name and Image URL, the Add logo button, and the marquee visible in the preview"><figcaption><p>Three logos added. The live preview on the right already shows the <strong>Trusted by</strong> strip under the cover text.</p></figcaption></figure>

> **💡 Tip:** Pick logo files that read well on your form's background. On a dark theme, use white or light versions of the logos; on a light theme, use the dark versions. If an image cannot load, the marquee shows the **Name** instead, so always fill it in.

**Step 3:** Click **Publish** and open the public link. The logos scroll continuously under the cover copy, labeled **Trusted by**.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-1492a0dfa120000d2e83d23cd6831305bb23f1aa%2Fforms-client-logos-02-public-marquee.png?alt=media" alt="The published cover with the Trusted by marquee of logos scrolling under the headline and above the Start button"><figcaption><p>The published cover with the <strong>Trusted by</strong> marquee. It loops automatically; respondents do not have to scroll it.</p></figcaption></figure>

## Settings

| Setting                        | Options                                  | What it does                                                                                                                                |
| ------------------------------ | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| **Show the marquee**           | On / Off                                 | Master switch. Off hides the strip everywhere without deleting your logos.                                                                  |
| **Show the marquee on**        | **Cover** / **Reveal screen** / **Both** | Where the strip appears. **Reveal screen** puts it under the reveal animation while the respondent waits; **Both** shows it in both places. |
| **Name**                       | Free text                                | The client's name. Used as the image's alt text, and shown as a text chip when no image is set or the image fails to load.                  |
| **Image URL**                  | `https://…`                              | A public link to the logo file.                                                                                                             |
| **Add logo** / **Remove logo** |                                          | Add a row (up to 24 logos) or delete one.                                                                                                   |

## Good to know

* **The marquee needs a place to show.** With scope **Cover** it only appears when **Show a cover screen** is on (see [Cover screen & banner](/dapta-forms/design/cover-screen-and-banner.md)). With scope **Reveal screen** it appears on your reveal steps (see [Reveal screens](/dapta-forms/logic/reveal-screens.md)). A form with no cover can still scope its logos to the reveal.
* **Brand kit logos.** Your workspace [Brand kit](/dapta-forms/design/brand-kit.md) also has a **Client logos** list. New forms start with those logos; a form that has its own list uses its own.
* **Empty list.** If the list is empty, the section reads **No client logos yet.** and nothing is rendered, even with the switch on.

## What's next

* [Cover screen & banner](/dapta-forms/design/cover-screen-and-banner.md)
* [Reveal screens](/dapta-forms/logic/reveal-screens.md)
* [Brand kit (workspace-wide)](/dapta-forms/design/brand-kit.md)
* [Logos, layout & transitions](/dapta-forms/design/logos-layout-transitions.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dapta.ai/dapta-forms/design/client-logos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
