Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Confirming digital signature: urgent help needed

Avatar

Not applicable
Hi!

I am working on a form and I need to check if the form is digitally signed, before I hit the submit or save button.



I tried the following JavaScript code but it does not work:

if(SignatureButton.rawValue == null)// the form has not been signed

{

app.alert("Please digitally sign the form before submission");

exit;

}



Any help would be greatly appreciated. Thanks a bunch in advance.
0 Replies