Copy link to clipboard
Copied
So, I've been out of the Acro JavaScript loop for a while, but my new role is bringing back to this. Any guidance is appreciated.
I have a form that can have up to five different signatures. (completed by, reviewed by, manager one, manager two, senior manager). The form must have completed by/reviewed by signed. However, either of those could be a manager as well. If neither are, then a manager must sign.
All that's well and good, but when the form is signed, it needs to move down the workflow until its final submission (likely in SharePoint).
Each signature along the way will must be allowed to add to other fields on the form.
My though pattern is to email the form as FDF. Problem is that doc.mailForm() doesn't retain the signature.
Can someone point me in the right direction? Essentially, my final flow should be something that accomplishes this:
The data will then be compiled into an Excel file for reporting. About sixty branches will submit this monthly.
It's been a few years since I've been coding these, and, as I said, I'm just trying to get my feet wet again (in the deep end, of course).
Thanks.
Copy link to clipboard
Copied
So, I've been out of the Acro JavaScript loop for a while, but my new role is bringing back to this. Any guidance is appreciated.
I have a form that can have up to five different signatures. (completed by, reviewed by, manager one, manager two, senior manager). The form must have completed by/reviewed by signed. However, either of those could be a manager as well. If neither are, then a manager must sign.
All that's well and good, but when the form is signed, it needs to move down the workflow until its final submission (likely in SharePoint).
Each signature along the way will must be allowed to add to other fields on the form.
My though pattern is to email the form as FDF. Problem is that doc.mailForm() doesn't retain the signature.
Can someone point me in the right direction? Essentially, my final flow should be something that accomplishes this:
The data will then be compiled into an Excel file for reporting. About sixty branches will submit this monthly.
It's been a few years since I've been coding these, and, as I said, I'm just trying to get my feet wet again (in the deep end, of course).
Thanks.
Copy link to clipboard
Copied
While you could do this through JavaScript, I highly recommend you look at Adobe Sign. It does automatically what you'd need to code yourself.
Copy link to clipboard
Copied
I'd love to, but unfortunately, I kinda have to do this behind the scenes, without IT support, so implementing something I can't just do myself is not a great option.
Copy link to clipboard
Copied
Adobe Sign is hosted. You don't need IT support.