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 ?