Contact

Contact Topcentral

Fill out the form below and our team will respond within 24 hours. Your inquiry will be sent directly to info@topcentral.cn.

Select country…
ChinaUnited StatesGermanyJapanSouth KoreaSingaporeUnited KingdomFranceIndiaVietnamThailandMalaysiaOther

Select type…
PCR Product SourcingPIR Product Sourcing
Modified Compound InquiryGRS / ISCC PLUS Certification
CBAM Compliance ConsultingDigital Product Passport (DPP)
Price QuoteSample RequestPartnership / Distribution
Other


document.getElementById(“wp-contact-form”).addEventListener(“submit”, function(e) {
e.preventDefault();
var btn = this.querySelector(“button[type=submit]”);
var resp = document.getElementById(“contact-response”);
btn.disabled = true; btn.textContent = “Sending…”;
resp.style.display = “none”;

var data = {source: “wp_contact_page”};
[“name”,”company”,”email”,”phone”,”country”,”inquiry_type”,”message”].forEach(function(k) {
data[k] = document.querySelector(“[name=””+k+””]”).value;
});

fetch(“/wp/contact_api.php”, {
method: “POST”,
headers: {“Content-Type”: “application/json”},
body: JSON.stringify(data)
}).then(function(r) { return r.json(); })
.then(function(d) {
if (d.success) {
resp.style.cssText = “display:block;padding:15px;border-radius:8px;margin-bottom:20px;font-weight:600;background:#dcfce7;color:#166534;”;
resp.textContent = “✅ Success, will contact you within 24 hours.”;
document.getElementById(“wp-contact-form”).reset();
} else {
resp.style.cssText = “display:block;padding:15px;border-radius:8px;margin-bottom:20px;font-weight:600;background:#fee2e2;color:#991b1b;”;
resp.textContent = “❌ Error: ” + (d.error || “Please try again or email info@topcentral.cn”);
}
}).catch(function() {
resp.style.cssText = “display:block;padding:15px;border-radius:8px;margin-bottom:20px;font-weight:600;background:#fee2e2;color:#991b1b;”;
resp.textContent = “❌ Network error. Please email info@topcentral.cn”;
}).finally(function() {
btn.disabled = false; btn.textContent = “📨 Send Inquiry”;
});
});

Subscribe to PCR Plastic Insights

Get weekly updates on PCR plastic market trends, pricing, and sustainability news delivered to your inbox.

We respect your privacy. Unsubscribe anytime.