# Marketo

This documentation outlines the process of integrating Distro's scheduling functionality with Marketo forms on your web pages.

{% hint style="success" %}

* Distro works seamlessly alongside Marketo's existing functionality
* Your Marketo form will continue to collect lead information and create records as usual
* The scheduler appears only after the form submission is processed
* Meeting details are automatically associated with the corresponding lead record
* The integration supports pages with multiple Marketo forms through specific form ID targeting
  {% endhint %}

### How to Map a Marketo Form

{% stepper %}
{% step %}

#### Form Identification

<figure><img src="/files/cWSN04gqZYx2Wate2iin" alt=""><figcaption></figcaption></figure>

Locate and note the unique identifier associated with your Marketo form. This ID is essential for proper integration with Distro's scheduling system.

To find your Marketo form ID:

1. Open your web browser (Chrome, Firefox, etc.)
2. Right-click on your Marketo form
3. Click "Inspect" or "Inspect Element" from the menu
4. In the Developer Tools panel, look for the form element
5. The Marketo form ID will be present in the form's HTML attributes
   {% endstep %}

{% step %}
**Field Mapping**

* In Distro, navigate to **Forms**
* Locate the form mapping section
* For each Marketo form field:
  * Identify the field name from your Marketo form
  * Map it to the corresponding field in your CRM
  * Ensure all required fields are properly mapped

<figure><img src="/files/19OCYXTQgkBlIeykaJJl" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.distro.so/routing-forms/marketo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
