Good day
Is it possible to get Foxit to take the filename and fill it in automatic in the form?
Is it possible to get Foxit to take the filename and fill it in automatic in the form?
function getname() { var sName = this.documentFileName; aText = sName.split("."); aText.pop(); this.getField("Text Field0").value = aText; } getname();
Comment