Expand my Community achievements bar.

Signing a document & triggering an email

Avatar

Level 2

Can I do that ??  I know I can use an EMAIL button, but I'd prefer to have the event triggered when someone signs the form.  My form will require multiple signatures and each one will send an email to someone different.

In advance - thanks.

2 Replies

Avatar

Former Community Member

You could write JavaScript using the "postSign" event of the signature field objects(s), to trigger the "click" event of an e-mail submit button.  The e-mail submit button could have its presence property set to "invisible" so the button would not appear on the form.

The JavaScript (set on the postSign event) syntax is: Button1.execEvent("click")

I have attached a sample form created with LiveCycle Designer ES2

Regards

Steve

Avatar

Level 2

Thanks Steve.  Just what I was looking for.