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

# How to map your web form in RevenueHero?

> Mapping your web form allows RevenueHero to use each field in your form as routing conditions.

Mapping your lead intake form is the first step in setting up your distribution workflows in RevenueHero. The mapping allows RevenueHero to use each one of your form input fields (visible and hidden) as conditions in routing rules.

<Note>
  **NOTE**

  RevenueHero only listens to the form submission to trigger the scheduling widget. It does not interfere with any of your existing data or current form functions.
</Note>

To map your form:

1. In the navigation panel, click on **Inbound → Forms**.
2. Click on Add new form

<Frame>
  <img src="https://mintcdn.com/revenuehero/p8JUmtDoedAH86s1/images/form_mapping_new_1.png?fit=max&auto=format&n=p8JUmtDoedAH86s1&q=85&s=025a271f34dcc0d08ef28a252301b7d0" alt="" width="1920" height="993" data-path="images/form_mapping_new_1.png" />
</Frame>

3. Name your form mapping to ensure that you’re able to recollect which form was mapped
4. In the form selector field add the selector ID of your form. (This can be found by inspecting your form on the page and looking up the form id associated with it). This is required for RevenueHero to know which form submission to listen to, before triggering the scheduling widget.

For specific instructions for your webform, here are some form providers that we work with:

<CardGroup cols={3}>
  <Card title="Pardot" icon="https://logo.clearbit.com/salesforce.com" iconType="duotone" href="/web-forms/pardot" />

  <Card title="Marketo" icon="https://logo.clearbit.com/marketo.com" iconType="duotone" href="/web-forms/marketo" />

  <Card title="Gravity forms" icon="https://logo.clearbit.com/gravityforms.com" iconType="duotone" href="/web-forms/gravity" />

  <Card title="Webflow" icon="https://logo.clearbit.com/webflow.com" iconType="duotone" href="/web-forms/webflow" />

  <Card title="Gatsby" icon="https://logo.clearbit.com/gatsbyjs.com" iconType="duotone" href="/web-forms/gatsby" />

  <Card title="Jotform" icon="pager" iconType="duotone" href="/web-forms/jotform" />

  <Card title="Typeform" icon="https://logo.clearbit.com/typeform.com" iconType="duotone" href="/web-forms/typeform" />

  <Card title="Unbounce" icon="https://logo.clearbit.com/unbounce.com" iconType="duotone" href="/web-forms/unbounce" />

  <Card title="Intercom" icon="https://logo.clearbit.com/intercom.com" iconType="duotone" href="/web-forms/intercom" />
</CardGroup>

<Note>
  Contact us at [support@revenuehero.io](mailto:support@revenuehero.io) if you don't find your form provider on this list.

  RevenueHero is form agnostic and can work with any form - we'll be quick to add help documentation for your provider.
</Note>

<Card title="Custom web form" icon="circle-nodes" iconType="duotone" href="/web-forms/custom">
  Click here to understand how to work with a custom form.
</Card>
