Register

Select Your Business Type

1 `, retailer: `

Retailer

Register

Register

Retailer Registration Form

Complete your registration details

Registration submitted successfully! We will contact you soon.

Basic Information

Owner Information

Business Details

1 `, dealer: `

Association

Register

Register

Association Information

1 ` }; function loadComponent(value) { componentBox.innerHTML = contentMap[value]; } // Initial load loadComponent('distributor'); // Radio button change listener document.querySelectorAll('input[name="business-type"]').forEach((input) => { input.addEventListener('change', function() { loadComponent(this.value); }); }); });