Question
Adding Form Field Answer to Save As file name
First of all, I know nothing of Javascript and I have tried just about everything out there. With that out of the way....
I have created a form and want to be able to Click a button and for it to save in a specific location with the getField("ASSOCIATE NAME").value + " " + this.getField("Date Completed").value + " " + this.getField("Time").value + ".pdf")
Where do I put this Java script and how do i make the button run it?
