Adding Prefix to Text Fields in Forms
I'm searching for a way to add a Prefix to every form field in a PDF document all at once. I'm not looking to replace the current Field name, just looking to add a prefix to it. The same prefix to all the Form Fields. For example if I have "Text1" and "CheckBox1", I would like to add a prefix for example "Application1_Text1" and "Application1_CheckBox1". Currently the way I'm painstakingly doing it is by adding the prefix to the first form field, copying the prefix, and pasting it to the rest of the fields. Some of my forms have 100s of fields and this method is not cool. Any help would be appreciated.
