asked on February 22, 2018
•
Show version history
I have four forms in my bpm and the js mask works in the first form but doesn't work on any of the other forms. I have confirmed the code is the same for each form by using my text editor to compare. Is there something i'm missing? (Forms 10.2.1.246)
//Format Budget Codes $(document).ready(function () { $.getScript('https://laserfiche.mcoe.org/Forms/js/jquery.mask.min.js', function () { $(".field1 input").mask("999"); $(".field2 input").mask("99-9999-9-9999.99-9999-9999-999-999-999"); $('.cf-collection-append').on('click',function(){ $(".filed1 input").mask("999"); $(".field2 input").mask("99-9999-9-9999.99-9999-9999-999-999-999"); }); }); });
0
0