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:
- If a user checks a checkbox, two fields populate: their username and the current date/time - this is considered the signature
- User submits the form
- Workflow kicks off to notify user's supervisor that they need to sign
- Supervisor receives workflow email
- Supervisor opens email, follows link to open InfoPath form
- Supervisor checks supervisor approval checkbox
- Supervisor updates workflow
- 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?