Copy link to clipboard
Copied
Hi,
I am struggling to find much in the way of useful video or document info on this topic.
Even AI seems nonplussed.
I just want to creat a form field for users to enter their name and then have that name used wherever I insert a variable name in the form's main text.
I see InCopy can do this, but the method for Acrobat seems complex and involved.
Any ideas/tutorials?
Copy link to clipboard
Copied
As the custom calculation script of the text field you can use something like this:
event.value = "Hello, " + this.getField("Name").valueAsString + "! How are you doing?";
Copy link to clipboard
Copied
Thanks try67 but ... so static Fields have names?
Your idea seems to relate to dynamic text fields only.
I can't see any way to target or rewrite text in a static text field.
Copy link to clipboard
Copied
All fields have names, yes.
I have a feeling you're talking about static text, or a comment, not a "static text field", which doesn't really exist.
I assumed you were talking about a (read-only) text field with a calculated value...
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more