// WIDGET CONFIG FOR EMBEDDED MODE var hgwConfig={ el:'init-div-id', width:'500px', height:'65vh', }; // PRINT USER INFO AS SPECIFIED BELOW var hgwUserInfo={ dial_code: "+91", dob: "1983-11-14", email: "ravi@healthigo.com", gender: null, insuranceCardNo: null, insuranceName: "DAMAN", mobile: "8639143811", name: "Ravi", short_code: null, tpaName: null, disclaimer_url:'https://healthigo.com/blog' } // PRINT FAMILY INFO AS SPECIFIED BELOW var hgwFamilyInfo=[ { name : "MemberOneName", gender:"male", email:"member@mailinator.com", dial_code:"+971", mobile:"55939494", relationship:"Father" }, { name : "MemberTwoName", gender:"female", email:"", dial_code:"", mobile:"", relationship:"child" }, { name:"Munna", gender:"male", dob:"1993-03-06", email:"munna@healthigo.com", dial_code:"+91", short_code:"in", mobile:"9000094013", insuranceCardNo:"049450084", insuranceName:'insuranceNameHere', tpaName:'tpaNameHere', networkName:'networkNameHere', relationship:'brother' } ];