Expand my Community achievements bar.

Digital signatures open cancelled error:

Avatar

Former Community Member

i have a digital signature field on form.

Code written in presign event to check for mandatory fields. If failed, popsup a  message to fill required fields and used the code xfa.event.cancelaction = 1 to cancel signing the document.

This works fine till here.

Once user fills the fields and come to signature field to sign it, we see a error called 'Sign cancelled". I see this message if form needs to be opened in adobe workspace. for standalone forms in adobe reader, they seem to work fine. I'm using LC 8.2.

Any help on this is highly appreciated.

Thanks

kc

3 Replies

Avatar

Former Community Member

Hi,

  I think I just got an answer myself. I see the problem coming on reader version 10.0. If I try the same form on version 10.1, it works fine. It could be a Reader issue. Thanks for taking time to go through my query.

Any suggestions to overcome this problem in version 10.0 are highly welcome.

kc

Avatar

Level 5

I couldn't get that cancellation event to work in livecycle.

xfa.event.cancelaction = 1

The code xfa.event.cancelaction = 1

still allowed the signature box (FIGURE 1) to come up. Any ideas how to cancel this pop up signature box if a field does not have required data?

Signature Box.JPG

FIGURE 1

Avatar

Level 5

This must be the "Answer your own" thread.

The correct code is for a true statement:

xfa.event.cancelAction = 1;

http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=001046.html