Skip to main content
Participant
January 16, 2025
Question

Digital Signature validating other text fields

  • January 16, 2025
  • 1 reply
  • 218 views

I'm trying to have a digital signature block validate other required text blocks when signing, and then if the required blocks aren't completed, then have the signature block cleared with a warning pop up saying " Please fill out all Required fields." while having the Digital Signature block be required and reset the block back to required if it is not signed, I just can't figure out the JavaScript for this feature.

1 reply

try67
Community Expert
Community Expert
January 16, 2025

You can't do that. If the signature field is visible and not set to read-only, the user can sign it.

The solution is to hide the field until all required fields are filled in. You can do that using the calculation event of any text field in the file.

adam_3008Author
Participant
January 16, 2025

Thank you very much I was thinking this was the case as I havn't seen anything about what I was asking about.