I am using the Modern Form Designer and needing to use JQuery for masking. This is the code I was given to achieve that. We know where the library needs to be stored on our Forms server, we are questioning, however, where the proper place is to download it from. Below is the code as well as a possible location we found. Could someone from Laserfiche confirm this for us or provide the correct location, please?
$(document).ready(function () {
$.getScript'http://OUR SERVER/Forms/js/jquery.mask.min.js' function () {
$(".phone input").mask("(999)999-9999");
});
});
https://github.com/igorescobar/jQuery-Mask-Plugin
We are on Laserfiche Forms Professional Version 11.0.2307.40547 and will not be updating version 11 as we plan to upgrade to version 12 in late summer. I know some masking features will be there when we upgrade, for now, I need an alternative.