WEBSITE BRIDGE SETUP ==================== This bridge keeps the CRM webhook secret OUT of browser JavaScript. 1. Upload bridge.php to your main website, e.g.: /public_html/crm-bridge.php 2. Edit bridge.php: $CRM_ENDPOINT = 'https://crm.vobrix.com/api/lead.php'; $CRM_SECRET = 'copy from CRM > Settings'; 3. Replace the existing assets/js/forms.js with the supplied forms.js OR merge its logic into your current forms.js. This does not change the visible page design, package copy, pricing, layout or form fields. 4. Test a package CTA: - click any pricing package CTA - the page scrolls to the existing contact form - submit the form - the CRM should create the lead and assign it - client receives confirmation email - salesperson receives assigned lead email - admin receives a copy if enabled 5. If the website is on WordPress, salespeople still never need WordPress access. The bridge is merely a transport endpoint.