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

# Customize form share link

> Customize Meta information of your form link, like the image and text that appear when you share your form on other sites. Remove the Fillout branding on the share image.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## Overview

Customizing your form’s **link preview text** and **image** is an important way to optimize the shareability of your form. When you share your form on other sites or social media platforms, the **Meta information** such as the title, description, and thumbnail play a crucial role in attracting users to click on your link.

<img src="https://mintcdn.com/fillout-005a867b/RwMXs5bjvDzocb2x/images/sharing-and-embedding/image-47.png?fit=max&auto=format&n=RwMXs5bjvDzocb2x&q=85&s=8b1cf2fe05d97bb64afd57b65dcbc9aa" alt="Screenshot of the Share tab of a form" style={{ width:"60%" }} width="728" height="482" data-path="images/sharing-and-embedding/image-47.png" />

<Info>
  This feature is available to **Pro** users and above. For more details on pricing, click [**here**](https://www.fillout.com/pricing).
</Info>

## How to edit share preview

By default, your form's share preview shows the name of your form and a general description. To change this, click `Share` on top.

<img src="https://mintcdn.com/fillout-005a867b/cK2YFu1TcqaOy4cr/images/Screenshot2025-12-01at7.07.19PM.png?fit=max&auto=format&n=cK2YFu1TcqaOy4cr&q=85&s=2febccec17f55e3df5ab3405b2a49fbc" alt="Screenshot 2025-12-01 at 7.07.19 PM.png" title="Screenshot 2025-12-01 at 7.07.19 PM.png" style={{ width:"47%" }} width="800" height="762" data-path="images/Screenshot2025-12-01at7.07.19PM.png" />

On the lower right area, edit the details as you see fit and `Upload image` to change the default **Thumbnail**.

`Copy` your form link and paste it anywhere you'd like, such as a messaging app or website. Here's how our example looks like when sent in iMessage.

<img src="https://mintcdn.com/fillout-005a867b/RwMXs5bjvDzocb2x/images/sharing-and-embedding/image-49.png?fit=max&auto=format&n=RwMXs5bjvDzocb2x&q=85&s=7b9094643464812c3f6629015862158a" alt="" style={{ width:"47%" }} width="752" height="610" data-path="images/sharing-and-embedding/image-49.png" />

Remember to `Publish` your form to make the latest changes reflect.

<Note>
  Preview images are cached by platforms, so it may take time for the updated thumbnail to show. Test your preview [here](https://www.opengraph.xyz).
</Note>

## Related articles

<CardGroup cols={3}>
  <Card title="Custom form links" icon="message-image" iconType="regular" color="#FFC738" href="/help/custom-link">
    Customize your form's share link, subdomain and URL ending.
  </Card>

  <Card title="Add a logo" icon="airbnb" iconType="regular" color="#FFC738" href="/help/logo">
    Add a professional touch and create strong brand identity.
  </Card>

  <Card title="Use custom domains" icon="globe" iconType="regular" color="#FFC738" href="/help/custom-domains">
    Customize form URLs to enhance your branding.
  </Card>
</CardGroup>

<SupportBanner />
