Word Search Using Dynamic Stamp
Hello! Is it possible to use javascript dynamic stamp to search for a word?
I tried adding this code to the Actions of the dynamic stamp template text field
Actions/Mouse Up/Run a JavaScript
search.query("Test", "ActiveDoc");
But when inserting the Stamp into the document, the script does not work!
