print date and time in two text boxes
I created a fillable form which I fill in part of it and then submit to others to complete it. I need to show on the form when I printed the form and when they printed the form. I created two text boxes and added javascript in "will print". The problem is that when I print the form, the date and time shows up in both text boxes. Is there a way to save my date and time, send the form to them to complete and then have the date and time they printed the form be entered on the form? I'm really new to Java script so if you can send step by step instructions, that would be helpful.