Hello,I always have a hard time explaining my question's but here goes.I
have a button which saves a form once filled out. I would like to take
the thinking out of this when it comes to naming the file and it create
the name based on a numerical field in the form (in this case a serial
number). The example would be something like 00000_Inspection Form.pdf.
I am certain this can be done with javascript but not being a
programmer, I have no idea where to begin with this. I have a variable
set up b...