Skip to main content
Nintex Community Menu Bar

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

  • June 15, 2016
  • 3 replies
  • 9 views

Forum|alt.badge.img+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

Forum|alt.badge.img+7
  • Author
  • Nintex Partner
  • June 15, 2016

....other forms seem to work well.


Forum|alt.badge.img+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


mtrividic
Nintex Partner
Forum|alt.badge.img+4
  • Nintex Partner
  • July 8, 2016

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