I have a pdf form with multiple signatures.
Drawn by
checked by
approved by
---> released document
Technician
Supervisor
QA
I have a workflow defined on the last page of this document whick is a block diagram. Part of this block diagram are transparent buttons that do such things as saveAs form with name derived from fields on the form. Email form to a specified address. That kind of stuff.
The last funtionality I need is to place buttons on the workflow blocks that specifiy and initiate the signatures. When the technician is done he clicks on the workflow 'Tech Sign' block and the form jumps to the 1st page where all the signatures are and starts the Tech_Sig field signing process.
All the examples I've seen don't specify a field. Can I do this with javaScript?
I am guessing it would look something like this
var oActiveSigField = something("Tech_Sig");
if(oActiveSigField.signatureSign(){
app.alert("Yippie");
}else{
app.alert("Poo");
}
please help a newb,
Norm
Form Button Action: