The topic "Adobe Sign Workflow Sample - Single Signer" is not available in Version 3.5.

The topic "Adobe Sign Workflow Sample - Single Signer" is not available in Version 3.6.

Adobe Sign Workflow Sample - Single Signer

The following procedure details a sample workflow and forms for a sequence that contains single signer.

Prerequisites

  1. The Adobe Sign properties are configured in Forms Builder. See SignNow Settings.

  2. A form sequence with the necessary Adobe Sign components for a single signer is created. In our example, the Anonymous property of the sequence is selected.

    Note: If you create a non-authenticated sequence, make sure that the user's email address is included in the sequence. The email address is required as the Adobe Sign recipient address.

  3. A form that contains an IFrame component is created. In our example, this form is named Default-Frame with the following properties (case sensitive):

    • Name = AdobeSignFrame
    • Url = {{vm.models.frameUrl}}

    The IFrame form can be part of the initial sequence; however, in the procedure below, we are adding the form to the workflow.

    alertWe recommend that you copy the original Default-Frame form, edit the copy, and use it in your sequences. Save a backup copy of your form.

To optimize the display of your e-signature forms on mobile devices, you may want to add the CSS described in this Note.

Create the Workflow

Adobe Sign provides signers the Decline to form fill option. Closed

Decline

If the decline option is selected:

  • The signer will see a webpage (IFrame) stating "You declined to sign <PDF name>."

  • The signer will receive an email stating that Adobe Sign terminated the agreement exchange.

  • Adobe Sign will not return control of the sequence to Forms Builder and the workflow will not continue. The workflow will remain as a persisted instance. You will need to terminate persisted workflows periodically using either Sequence Designer (see Delete Persisted Workflow Instances) or Workflow Composer (see Persisted Workflows).