Skip to main content
jorgep37884552
Participant
October 14, 2016
Question

Lock document after signing

  • October 14, 2016
  • 1 reply
  • 1810 views

Hi everyone,

I found a javascript code here to signing in batch but it doesnt lock the file after signed and I need it.

Any idea?

Thanks in advance!

ps: sorry for my english

This topic has been closed for replies.

1 reply

Inspiring
October 16, 2016

What script are you using?

jorgep37884552
Participant
October 17, 2016

I'm using this script to lock every Field

for (var i = 0; i < this.numFields; i++) {

var fname = this.getNthFieldName(i);

this.getField(fname).readonly = true;

}

But I dont know if the result is the same that checkbox "lock after sign". Do you know?

Inspiring
October 17, 2016

No, it's not the same at all. The script simply sets the fields to read-only.

You can configure a digital signature field so that it locks the document when signed. That's what I'd recommend you do. If you need help with this, you'll need to provide more information on how you're signing the document in a batch operation.