showSignatureReminder Attribute

Microsoft Office InfoPath

showSignatureReminder Attribute

Specifies whether a dialog box should be displayed to prompt the user to digitally sign the document before submitting it.

Type

      xsf:xdYesNo
    

Remarks

The showSignatureReminder attribute is an optional attribute of the submit element.

Values include "yes" and "no". The default value is "no". If set to "yes" and the form is not digitally signed when a user tries to submit it, the dialog box is displayed.

Example

The following is an example of the showSignatureReminder attribute as it is used in the submit element:

    <xsf:submit
   caption="Su&amp;bmit"
   disableMenuItem="no"
   onAfterSubmit="KeepOpen"
   showStatusDialog="yes"
   showSignatureReminder="yes">
   <xsf:useScriptHandler/>
   <xsf:successMessage>Submit was successful.</xsf:successMessage>
   <xsf:errorMessage>Submit was not successful.</xsf:errorMessage>
</xsf:submit>