I am trying to get two buttons to disappear after a form is signed. I am using the following to try to accomplish this by using the following Javascript code under the 'postSign' event:
addRemove.addRow.presence="hidden";
addRemove.removeRow.presence="hidden";
*addRemove is the subform; addRow is button No. 1; removeRow is button No. 2
The LiveCycle application immediately prompts a message that the Signature Text object contains 'a feature not supported by the target version.' and does not work when tested. Any ideas on how to accomplish this?
Any feedback is appreciated.
Thanks.