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

# Share Options

> Learn the different ways to share your forms with your audience.

Learn the different ways to share your forms with your audience.

## Direct Link

Every published form has a unique URL that you can share directly. Find your form's link in the **Share** tab of the form editor.

```
https://orbitforms.ai/r/{team-id}/your-form-slug
```

### Custom Slugs

You can customize your form's URL slug to make it more memorable and professional:

* ✗ `orbitforms.ai/r/a1b2c3d4/form-abc123`
* ✓ `orbitforms.ai/r/a1b2c3d4/contact-us`

## QR Code

Generate a QR code for your form to use in printed materials, presentations, or physical locations. Users can scan the code with their phone to open the form.

### How to get your QR code

<Steps>
  <Step title="Open Share tab">
    Open your form and go to the Share tab
  </Step>

  <Step title="Select QR Code">
    Click on QR Code
  </Step>

  <Step title="Download">
    Download the QR code image
  </Step>
</Steps>

## Social Sharing

Share your form directly to social media platforms or copy a pre-formatted message.

Available platforms:

* Twitter
* LinkedIn
* Facebook
* Email

## Form View Options

If your form supports both Standard and Flow views, you can share links to either version:

**Standard View**

```
orbitforms.ai/r/{team-id}/your-form
```

Shows all fields on one page.

**Flow View**

```
orbitforms.ai/r/{team-id}/your-form/flow
```

Shows one question at a time.

## SEO Settings

Customize how your form link appears in search engines and social media previews. On the **Pro plan** and above, the Share tab includes SEO settings where you can configure:

* **Page title** — Controls the headline shown in Google results and link previews
* **Meta description** — The snippet shown below the title in search results
* **Social image** — The preview image displayed when sharing on Twitter, LinkedIn, Facebook, etc.
* **Favicon** — Custom browser tab icon
* **Search indexing** — Control whether Google can index your form page

<Card title="SEO Settings Guide" icon="magnifying-glass" href="/guides/seo">
  Learn how to configure SEO settings for your forms →
</Card>

## Tracking Parameters

Add UTM parameters to your form links to track where submissions come from:

```
orbitforms.ai/r/{team-id}/contact?utm_source=twitter&utm_campaign=launch
```

UTM parameters are captured with each submission and visible in your analytics.

***

## Next Steps

<CardGroup cols={2}>
  <Card title="SEO Settings" icon="magnifying-glass" href="/guides/seo">
    Optimize search & social previews
  </Card>

  <Card title="Embedding" icon="code" href="/guides/embedding">
    Add forms to your website
  </Card>

  <Card title="Analytics" icon="chart-bar" href="/guides/analytics">
    Track form performance
  </Card>

  <Card title="Billing & Plans" icon="credit-card" href="/guides/billing">
    View plan features
  </Card>
</CardGroup>
