Now that I have my mailDoc forms working, I am on to step two.
I have a form that needs to be signed by three people at varying stages. After the first person signs, I have a combo box/send button appear using the show/hide field on mouse up coded into the signature field.
It does make the box appear after I sign, however the fields that cannot be used after its signed, however in the signature properties used the "Just these fields as readable" and the combo box and send boxes are NOT included in that list.
This is the error I get in the command window:
NotAllowedError: Security settings prevent access to this property or method.
Doc.subject:2:Field Sendsig1:Mouse Up
It is doing this in my other form as well. There has to be a way to use the mailDoc feature after a form has been signed so I can create a workflow.
Javascript NEWB