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

# Share link and QR code

> Get your form's public URL and QR code for sharing.

## The Share view

The Share view is a full-page panel accessible from the **Share** tab in the form editor. It contains four tabs organized in a vertical sidebar navigation: Link, QR Code, Embed, and Pre-fill.

## Link tab

The Link tab shows your form's public URL and sharing options.

At the top, a **live status bar** displays "Published and accepting responses" with an animated green pulse dot when the form is live.

Below the status bar:

* **URL chip** displaying the full form URL with **Copy** and **Open in new tab** buttons
* **Social sharing buttons** for Twitter, Facebook, and LinkedIn. Each opens the platform's share dialog with your form URL pre-populated. See [Social sharing buttons](/docs/sharing/social-sharing) for details.

The form link looks like: `https://app.filla.io/forms/{formId}`

You can also find the form link in the **Form Settings** dialog (gear icon) under the **General** tab.

## QR Code tab

The **QR Code** tab generates a QR code for your form link automatically.

| Feature          | Detail                                                              |
| ---------------- | ------------------------------------------------------------------- |
| **QR code size** | 256px, black on white                                               |
| **Preview**      | 128x128px preview displayed on the tab                              |
| **Download**     | Click the download button to save the QR code as `form-qr-code.png` |

**Use cases for QR codes:**

* Print on event flyers or posters for attendees to scan
* Include in printed materials or packaging
* Display on screens at events or kiosks

## Social share preview (Open Graph)

When you share the form link on Slack, LinkedIn, or Twitter, those platforms show a preview card. You can customize:

| Setting         | Location                    | Description                                                   |
| --------------- | --------------------------- | ------------------------------------------------------------- |
| **Title**       | Form Settings > Sharing tab | Custom title for the preview card. Defaults to the form name. |
| **Description** | Form Settings > Sharing tab | Up to 160 characters describing the form.                     |
| **Thumbnail**   | Form Settings > Sharing tab | Custom image for the preview card. Recommended 1200x630px.    |

Open the gear icon and go to the **Sharing** tab to configure these settings. A live preview card shows how the link will look when shared.

## Common questions

<AccordionGroup>
  <Accordion title="Can I use a custom domain for my form URL?">
    Not currently. Forms are hosted at `app.filla.io`. Use a URL shortener or redirect from your own domain to present a custom URL.
  </Accordion>

  <Accordion title="Does the form link change if I rename the form?">
    No. The form link uses the form's internal ID, not its name. Renaming the form does not change the URL.
  </Accordion>

  <Accordion title="Can I password-protect my form?">
    Yes. Add a Login page with Password verification mode. Respondents must enter the correct password before the form loads.
  </Accordion>

  <Accordion title="Can I close the form so no new submissions are accepted?">
    Yes. Use the Access and Limits settings in the Form Settings dialog to set a close date or limit the number of responses. You can also manually stop accepting responses by setting a past close date.
  </Accordion>
</AccordionGroup>
