Search code examples
infopathuser-experienceinfopath2010

printable non-digital signature in infopath form - how to improve user experience?


I have a timesheet in a browser-compatible InfoPath 2010 form, which is being submitted to a SharePoint Enterprise 2010 document library. The timesheet has to be signed by the user and their manager, and printable (including the signatures). It is for internal use, and we are not using digital signatures because they expire. The signature area is set up as follows:

  1. If a user checks a checkbox, two fields populate: their username and the current date/time - this is considered the signature
  2. User submits the form
  3. Workflow kicks off to notify user's supervisor that they need to sign
  4. Supervisor receives workflow email
  5. Supervisor opens email, follows link to open InfoPath form
  6. Supervisor checks supervisor approval checkbox
  7. Supervisor updates workflow
  8. Supervisor submits form

I'm concerned that the supervisor may forget, or not bother, to update the workflow before submitting the signed form.

Is there a better way to collect the supervisor signature?


Solution

  • Initially, I was using the out of the box Approval workflow to send the email to the user's supervisor. What I ended up doing was just sending a custom email to the supervisor with a link to the InfoPath form, so that they could click the checkbox within the form, and not using the Approval workflow at all. This streamlined the process for the supervisor.