> ## 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.

# Embedding Forms

> Add your form directly to your website with our embed code.

Add your form directly to your website with our embed code.

## Embed Types

<CardGroup cols={2}>
  <Card title="Inline" icon="table-layout">
    Form appears within your page content
  </Card>

  <Card title="Popup" icon="maximize">
    Form opens in a centered modal overlay
  </Card>

  <Card title="Slider" icon="code">
    Form slides in from the side of the screen
  </Card>

  <Card title="Sidetab" icon="table-layout">
    Persistent tab that expands to show the form
  </Card>
</CardGroup>

## How to Embed

<Steps>
  <Step title="Open your form and click &#x22;Share&#x22;" />

  <Step title="Select the &#x22;Embed&#x22; tab" />

  <Step title="Choose your embed type" />

  <Step title="Copy the code snippet" />

  <Step title="Paste into your website's HTML" />
</Steps>
