I have a Word document that I am using as the basis for a DocuSign template.
There are various placeholders left in this document, such as `[name]`, which are meant to be replaced with the signatory's data at the time of signing:
I would like DocuSign to do the following:
- Find " NAME]"
- Replace it with the recipient's name
- Do the replacement in such a way that the text to the right (i.e. starting with `the "Investor"`) is pushed further to the right and down, just like if I had modified the text in Word manually
Basically, I would like the result to be this:
I know that these dynamic fills are typically done via dotted placeholders (".........") but I cannot modify the contents of the document, so I'm stuck with this format.
Is there any way to do this? Maybe with AutoPlace?