Skip to main content
MartinJackson-UK
Participating Frequently
May 13, 2020
Question

Submit - Validate - Sign - Button

  • May 13, 2020
  • 1 reply
  • 601 views

Hi there

 

I need a script for a submit & sign button for my pdf form that will:

 

  • Check all required fields have been completed - and provide a message highlighting the fields that require completion before the document can be signed and submitted.
  • Action signature & signature date
  • Lock the form following signature
  • Email form

 

If someone could point me in the right direction it would be a great help.

 

Many thanks

 

MJ

 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
May 13, 2020

The signature is something the user has to do themselves. A script can't do that for them.

You can set the signature field as required, though, to make sure it's signed before submitting the form.

Also, locking the fields can be done under the Signed tab of the signature field.

Validation of required fields can be done with a script (I've posted code to the forums that does it many times in the past), but it's also done automatically if you use the Submit Form command.

MartinJackson-UK
Participating Frequently
May 26, 2020

Thanks for your help.