---
title: Bird Dog Leads
url: 'https://motorygroup.com/bird-dog-leads/'
date: '2026-05-19T16:33:31+00:00'
modified: '2026-05-19T18:45:51+00:00'
author: Samba Krueger
---

# Bird Dog Leads

> https://motorygroup.com/bird-dog-leads/

Bird Dog Leads
==============

Know someone who needs a vehicle? Refer them to us and well take great care of them.

##### Quick and easy to submit

##### We follow up directly with your lead

##### Get full credit for the referral

NameThis field is for validation purposes and should be left unchanged.

### Lead Information

First Name(Required)

Last Name(Required)

Email

Phone(Required)

Dealership location(Required)City, StateBedford, OhioConroe, TexasDuncanville, TexasFlorence, KentuckyGainesville, FloridaJoplin, MissouriRogers, Arkansas

### Your Name and Number

First Name(Required)

Last Name(Required)

Phone(Required)

## Form: Bird Dog Submissions

This page contains a submittable form.

**Endpoint:** `POST https://motorygroup.com/wp-json/gf/v2/forms/7/submissions`
**Content-Type:** `application/json`
**Auth:** None required

### Fields

| Field | Input Name | Type | Required | Value |
|-------|-----------|------|----------|-------|
| First Name | `input_13` | string | yes |  |
| Last Name | `input_14` | string | yes |  |
| Email | `input_2` | email | no |  |
| Phone | `input_5` | phone | yes |  |
| Dealership location | `input_6` | string (Motory Group Bedford|Motory Group Conroe|Motory Group Duncanville|Motory Group Florence|Motory Group Gainesville) | yes |  |
| First Name | `input_21` | string | yes |  |
| Last Name | `input_22` | string | yes |  |
| Phone | `input_23` | phone | yes |  |
| lead_id | `input_19` | string, hidden | no |  |
| lead_id | `input_20` | string, hidden | no |  |

### Submission Payload

POST with user-provided fields filled in:

    {
        "input_values": {
            "input_13": "",
            "input_14": "",
            "input_2": "",
            "input_5": "",
            "input_6": "",
            "input_21": "",
            "input_22": "",
            "input_23": "",
            "input_19": "",
            "input_20": ""
        }
    }
