From aa217012e9daaa58d6a2d1c41115598e02bb45d4 Mon Sep 17 00:00:00 2001 From: Suvo Date: Fri, 2 Jan 2026 09:06:28 +0000 Subject: [PATCH] add akadmy template also --- .hta_slug/edit-lead.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hta_slug/edit-lead.php b/.hta_slug/edit-lead.php index 8b2b4c2..2af1600 100644 --- a/.hta_slug/edit-lead.php +++ b/.hta_slug/edit-lead.php @@ -843,6 +843,9 @@ } else if(bvValue === 'bip') { selectedData = bipData; whatsAppSelectdeData = bipWhatsAppData; + } else if(bvValue === 'akadmy') { + selectedData = akadmyData; + whatsAppSelectdeData = []; } else { selectedData = []; // No data for other selections, you can add more datasets as needed whatsAppSelectdeData = []; // No data for other selections, you can add more datasets as needed