Clearing a Signature Field on an Invalid Document

| No Comments

If you would like to ensure that users do not apply Digital Signatures to incomplete forms, after the signature is applied, reset the Signature field using the "resetForm" method along with the full name of the signature field:

var doc = event.target;
doc.resetForm("XMLExampleForm[0].XMLExamplePage1[0].SignatureField1[0]");

In this example the user must enter the Name field to apply a valid signature. If the Name is removed or the Name is not entered, the signature field is cleared.


Leave a comment

About this Entry

This page contains a single entry by Lee Sutton published on June 2, 2008 9:33 PM.

Using WebSphere Proxy Server for Load-Balancing LiveCycle Clusters was the previous entry in this blog.

Running LiveCycle in Debug Mode on WebLogic is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.