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

# Request funds by embed

> Put an MDF request form on your own site or partner page so partners request in context.

export const noun_0 = "MDF request"

export const verb_0 = "request"

A link is great for direct outreach, but many partners arrive on pages you already own. Embedding the request form there lets a partner request funds in context, with your branding, without leaving the page they are on. Reach for this when you run a partner marketing page or portal and want the request path built into it.

## What you'll achieve

An MDF request form embedded on a page you control, so partners request funds without being sent elsewhere, with submissions still landing against the right fund.

## Before you start

<Steps>
  <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. See [Request funds by link](./request-by-link).
  </Step>

  <Step title="Confirm the fund and its request form">
    A fund with its request form must exist. See [Set up an MDF program](/features/mdf/funds-allocation/guides/set-up-an-mdf-program).
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/mdf/requests-claims-roi/guides/request-by-embed/steps/01.png?v=1783350543" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/mdf/requests-claims-roi/guides/request-by-embed/video.webm?v=1783350543#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/mdf/requests-claims-roi/guides/request-by-embed/walkthrough.html?v=1783350543" />
  </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 request, and confirm it lands in [Submissions](https://app.introw.io/submissions) against the right fund, attributed to the partner where you used an attributed embed.

## Related

<CardGroup cols={2}>
  <Card title="Request funds by link" icon="book-open" href="./request-by-link">
    Use a link instead of an embed.
  </Card>

  <Card title="Run the MDF request-to-payout flow" icon="book-open" href="./run-the-mdf-request-to-payout-flow">
    Review and process the requests that come in.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Full request and submission configuration options.
  </Card>
</CardGroup>
