Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. setTimeout(function(){
  2.          var jsonStr = JSON.stringify(Cognito.serialize(Cognito.Forms.model.currentForm));        
  3.         jsonStr = jsonStr.replace(/([\u0000-\u0008\u000b\u000c\u000e\u000f\u0010-\u001f\u007f-\u009f\u2028-\u2029\ud800-\udfff\uffff]|&#x0{0,3}([0-8BCEF]|1[\dA-F]|7F|[89][\dA-F]|D[89A-F][\dA-F]{2}|202[89]|FFFF);)/g, "");
  4.         let json = {
  5.             "iClass": "FORM",
  6.             "Content": ''
  7.         }
  8.         calldelphi(json);
  9.     },150);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement