I have migrated Nintex form from onpremises to O365 environment. I have custom JavaScript’s includes , Custom CSS includes and custom java scripts with Nintex form. I have migrated these custom javascripts in site asset libarary in O365 site. These javascript includes was ref
while saving the Nintex form and opening on preview Edit mode, I am getting below error on developer console and Nintex form is not loading -
Uncaught TypeError: self.selector(...).kendoEditor is not a function
at Object.self.create (Nintex.Forms.SharePoint.Preview.min.js?v=DRdJy0jbOOJG_ZFuz6qMUA6LbC4dcBR6v2htFPFo7pM1:9442)
at Object.self.create (Nintex.Forms.SharePoint.Preview.min.js?v=DRdJy0jbOOJG_ZFuz6qMUA6LbC4dcBR6v2htFPFo7pM1:9116)
at HTMLDocument.<anonymous> (Nintex.Forms.SharePoint.Preview.min.js?v=)
at c (jquery-1.10.2.min.js:4)
at Object.fireWith ias resolveWith] (jquery-1.10.2.min.js:4)
at Function.ready (jquery-1.10.2.min.js:4)
at HTMLDocument.q (jquery-1.10.2.min.js:4)
I am not sure about kendoEditor tool and how it is setup with O365 Nintex form.
Can you please help me to resolve this issue?