Nintex Forms 365 out to date....even after update


Badge +7

Hello,

yesterday, i created a form with mobile layout including Signature field.

Custom JS :

NWF$(document).ready(function() {

   var savedSig = NWF$('#'+sig).val();

   var sigdata = $('#signature').jSignature();

   if (savedSig != "") {

     var dataurl='data:'+ savedSig;

     sigdata.jSignature('importData',dataurl);

   }

})

Today, I see the message "Forms 365 is out to date"....I check the version and proceed to update. But I still have the message even after udpate.

Any idea ?


3 replies

Badge +7

....other forms seem to work well.

Badge +9

I too got the same issue when I updated my JavaScript. It was working fine for the previous javascript code .I verified that my form was updated. Try to remove the and js and check if you get the same error if not then there may be something in the script which is causing an issue

Badge +4

Hello Thomas,

I've try this javascript and I get the same error.

Since I found this new code in Nintex Community no problems appear.

Hoping this can help you !

Sign your name across my heart

Reply