สมัครสมาชิกผู้ซื้อ

ข้อมูลบริษัท
Distribution
Manufacturer
Service
Software
ข้อมูลผู้ติดต่อ
ความปลอดภัย
const nameInput = document.getElementById('buyerCompanyName'); const nameLabel = nameInput?.closest('.mb-3')?.querySelector('.form-label'); companyFields.forEach(f => f.style.display = isIndividual ? 'none' : ''); if (nameLabel) { nameLabel.textContent = isIndividual ? 'Full Name *' : 'ชื่อบริษัท *'; nameInput.placeholder = isIndividual ? 'John Smith' : ''; } } toggleBuyerType();