I have a common document that I need to get signed by several people.
Every time it is prepared to send out for signatures, there are two pieces of text (let’s call them A and that need to get customized specifically for this before the document is sent for signatures.
Both A and B repeat throughout the document and so I just want to fill them in once, and then have the automatically copy themselves throughout the document. Note that neither A nor B are names or dates, they are short text strings.
What’s the best way to do this? thanks.