Forum Discussion
TracyCarroll
8 years agoCommunity Member
Help - Calling all Javascript experts!
I hope you can help me with this problem. I need to know the Javascript to insert an action in a PDF form field.
I have a client who wants learners to be able to print a PDF certificate with the u...
JesseAbad
5 years agoCommunity Member
Hi Laura,
Can you edit the line below from your code as follows:
Edit this line:
var newName = array[1] + ' ' + array[0];
To this:
var newName = array[0] + ' ' + array[1];
-Jesse