J.M. Field CRM, verified 14 August 2026

Where a web lead goes, and who it lands on

Every form on both sites, traced through the relay to Pipedrive, the CRM and the notification inbox. Read against the live database and the live site registry, not from documentation. It does not currently match what Ryan asked for, and section 03 shows the gap.

01How a lead arrives

Four forms feed one relay. Two of them are the websites posting straight to it; two are OpnForm forms that are all but unused.

FORMS RELAY DESTINATIONS jmfield.com /contact posts direct jmfield-contact-web 3rdpartyfulfillment.com PPC landing pages, posts direct 3pf-quote OpnForm, JMField Contact 3 submissions ever OpnForm, 3PF Contact 0 submissions ever form-relay 127.0.0.1:8077 verifies HMAC per form bad or unknown form rejected 401 both, always Pipedrive person, then deal, then note J.M. Field CRM POST /api/v1/leads files a lead, routes it, see 02 Notification email info@jmfield.com sent by the website itself, not the relay Each destination is attempted independently: one being down cannot cost the lead in the other. Nothing after a valid signature returns an error, because a retry would file the lead twice. Dashed boxes are paths that exist but carry almost no traffic.
Both websites post straight to the relay. The relay is the only thing that decides a lead is real, and every lead it accepts reaches Pipedrive and the CRM.

02How the CRM picks a desk

The CRM reads the service the enquirer chose, turns it into a business line, and hands the lead to the team that owns that line. Anything it cannot place falls through to the default.

SERVICE CHOSEN BUSINESS LINE DESK Commercial Printing, Graphic Design Promotional Products Web Development Fulfilment, Kitting, Warehousing eCommerce, B2B, Subscription Box Multiple, Not Sure, anything unmapped print promo web 3pl none Art artdept@jmfield.com Promo promoteam@jmfield.com Web webdept@jmfield.com General, the default desk info@jmfield.com no desk of its own, falls through
Three lines have their own desk. Fulfilment does not, so it arrives at the same inbox as the enquiries nobody could classify.

This does not match what Ryan asked for

"For leads to automatically email to, just Launch@ for now. I don't want it to go into the general groups yet, as random people might pick it up, launch has the people that actually field the new leads." Ryan, 12 August

The CRM is doing the opposite on both counts. Leads are split across the per-line groups artdept@, promoteam@ and webdept@, and fulfilment falls through to info@, which is itself a general group. Ryan asked for one destination so that the people who actually field new leads are the ones who see them.

Nothing named launch@ exists anywhere: not in the CRM, not in the relay's form registry, not in either website. It has never been configured.

03What it should be, and the change

One desk, every line, until Ryan says otherwise. The per-line split is built and works; it is simply premature.

TODAY WHAT RYAN ASKED FOR printpromo web3pl artdept@promoteam@ webdept@info@ (general) printpromo web3pl Launch launch@jmfield.com the people who actually field new leads The per-line desks stay built and can be switched back on the day the split is wanted.
Four destinations become one. Nothing is deleted, so restoring the split later is the same thirty second job in reverse.

The change, in the CRM, no deploy

Settings, Departments. Rename General to Launch and set its address to launch@jmfield.com. It is already the default, so everything unmatched arrives there the moment it is saved.

Then set Art, Promo and Web to inactive. Routing skips an inactive desk and falls through to the default, so all four lines land on Launch while the desks themselves stay configured for later.

Fulfilment needs nothing: it has no desk of its own, so it already falls through and will follow the default to Launch automatically.

04The routing table as it stands today

Read from the live departments table. All four desks are active, and every row on it sends leads somewhere Ryan asked them not to go.

Business lineDeskEmailStatus
printArtartdept@jmfield.com Should be Launch
promoPromopromoteam@jmfield.com Should be Launch
webWebwebdept@jmfield.com Should be Launch
3plnone, falls through info@jmfield.com Should be Launch
not setGeneral, the default info@jmfield.com Should be Launch

05Worth knowing while you are in there