Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Customer generates HTML form with Submit button displayed

    1. Set HTMLButtonSubmit.Show property to TRUE to show the Submit button

    2. Set HTMLButtonSubmit.SubmitURL property to the location of where the submitted form data will be posted

    3. Set SubmitContentType property to RequestContentType.Json

  2. User complete completes the form, and when finished, clicks the Submit button to post the form data to customer’s server

  3. Once customer receives the form data JSON, customer calls the REST Print service to post the same exact JSON with one important change:

    1. Set the ForSign parameter to TRUE. This will allow for signature fields to be included on the PDF form

  4. The REST Print service will return a PDF form with signature fields and all original field data included. Customer can now send this PDF to e-signature vendors with signature fields included for clients to e-sign.