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

# Register by embed

> Put deal registration on your own site or portal.

export const noun_0 = "deal registration"

export const verb_0 = "register"

> For teams that want deal registration living on their own reseller page or portal.

A link is great for direct outreach, but many resellers arrive on your own pages. Embedding
the registration form there lets a reseller register in context, with your branding, without
ever leaving the page they are on.

## What you'll build

A registration form embedded on a page you control.

## Before you start

<Steps>
  <Step title="Build the registration form">
    A registration form with its CRM deal automation and attribution should already exist. Set it up in [Register and approve a deal](./register-and-approve-a-deal) before you embed it.
  </Step>

  <Step title="Confirm a custom domain">
    Embedding a form on your own website requires a custom domain on your plan. Without one, share the link instead.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/deal-registration/registration/guides/register-by-embed/steps/01.png?v=1783352464" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/deal-registration/registration/guides/register-by-embed/video.webm?v=1783352464#t=2.5" />
  </Tab>

  <Tab title="Click through">
    <iframe className="w-full rounded-xl" style={{ width: "100%", aspectRatio: "16 / 11", border: 0, backgroundColor: "#FAFAFA" }} src="https://assets.introw.io/docs/features/deal-registration/registration/guides/register-by-embed/walkthrough.html?v=1783352464" />
  </Tab>
</Tabs>

## Steps

<Steps>
  <Step title="Open the share dialog">
    In [Forms](https://app.introw.io/forms), open your {noun_0} form and open its **Share form** dialog.
  </Step>

  <Step title="Switch to the Embed tab">
    On the **Embed** tab, copy the generated HTML snippet.
  </Step>

  <Step title="Paste it on your page">
    Add the snippet to the page where you want partners to {verb_0}, such as a partner landing page or a website footer.
  </Step>

  <Step title="Attribute where possible">
    Where you know the partner, use an attributed embed so each submission credits the right partner instead of arriving anonymous.
  </Step>
</Steps>

## Verify it worked

Load the page with the embed, submit a test registration, and confirm it lands in
[Submissions](https://app.introw.io/submissions).

## Related

<CardGroup cols={2}>
  <Card title="Register and approve a deal" icon="book-open" href="./register-and-approve-a-deal">
    Build the form and approval behind the embed.
  </Card>

  <Card title="Register by link" icon="book-open" href="./register-by-link">
    Use a link instead of an embed.
  </Card>

  <Card title="Embed" icon="window-maximize" href="/features/developer/embed">
    Embedding patterns and authentication.
  </Card>
</CardGroup>
