Contact

Neem contact op met De Monchy

Bij De Monchy verbinden we toonaangevende producenten met industrieën wereldwijd en leveren we hoogwaardige grondstoffen die aan de hoogste standaarden voldoen. Met onze diepgaande marktkennis en ons wereldwijde netwerk bieden we op maat gemaakte oplossingen en concrete adviezen om industriële leiders te helpen hun processen te optimaliseren, te innoveren en een concurrentievoordeel te behouden.

Neem contact met ons op om te ontdekken hoe wij uw bedrijfsdoelen kunnen ondersteunen (wij werken niet met particulieren).

Neem contact op

Neem contact met ons op

"*" geeft vereiste velden aan

Hoe bent u voor het eerst in aanraking gekomen met De Monchy?**

De Monchy Nederland
De Monchy International B.V.
Rivium 1e Straat 109
2909 LE, Capelle aan den IJssel

De Monchy Duitsland
De Monchy Deutschland GmbH
Lütticher Straße 132
40547, Düsseldorf

De Monchy Verenigd Koninkrijk
De Monchy UK Ltd.
Barham Court
ME18 5BZ, Teston

De Monchy Netherlands
De Monchy International B.V.
Rivium 1e Straat 109
2909 LE,
Capelle aan den IJssel
T: +31 10 413 03 20
E: [email protected]

De Monchy Germany
GmbH
Lütticher Straße
132
40547, Düsseldorf
T: +49 211 522 8970
E: [email protected]

De Monchy United Kingdom
De Monchy UK Ltd.
Barham Court
ME18 5BZ, Teston
T: +44 162 223 2638
E: [email protected]

document.addEventListener("DOMContentLoaded", function () { window.nextStep = function(step){ if(step === 1){ if(!document.getElementById("industry").value){ alert("Please select an industry"); return; } document.getElementById("step-1").style.display = "none"; document.getElementById("step-2").style.display = "block"; } if(step === 2){ if(!document.getElementById("goal").value){ alert("Please select a goal"); return; } document.getElementById("step-2").style.display = "none"; document.getElementById("step-3").style.display = "block"; } }; window.finishFunnel = function(){ const industry = document.getElementById("industry").value; const goal = document.getElementById("goal").value; const existing = document.getElementById("existing").value; let redirectUrl = "/contact"; if(industry === "cosmetics") redirectUrl = "/cosmetics"; if(industry === "food") redirectUrl = "/food"; if(industry === "agriculture") redirectUrl = "/agriculture"; if(industry === "industrial") redirectUrl = "/industrial"; if(existing === "yes") redirectUrl += "?type=cross-sell"; window.location.href = redirectUrl; }; });