web
You’re offline. This is a read only version of the page.
close
Risk Education Navbar

Start Date





$(document).ready(function () { // Mahima New $(document).on('click','#btnRegister',function(){ // Mahima Aug var attrValue = $(this).attr('attr'); if(attrValue == "2025 MEGA Seminar (for CIC, CRM and CPRM Designees)" || attrValue == "2025 On-Demand MEGA (for CIC, CRM and CPRM Designees)" || attrValue == "2026 MEGA Seminar (for CIC, CRM and CPRM Designees)" || attrValue == "2026 On-Demand MEGA (for CIC, CRM and CPRM Designees)" ){ var cicr = "CIC"; }else if(attrValue == "2025 MEGA Seminar (for CISR and CSRM Designees)" || attrValue == "2025 On-Demand MEGA (for CISR and CSRM Designees)" || attrValue == "2026 MEGA Seminar (for CISR and CSRM Designees)" || attrValue == "2026 On-Demand MEGA (for CISR and CSRM Designees)"){ var cicr = "CISR"; } $('#onbehalf').attr('attr', cicr); $('.formes').attr('attr', cicr); // Mahima June }); });