Copy link to clipboard
Copied
We have a pdf that is filled out by ColdFusion using <cfpdfform>. A field in the pdf was named incorrectly so there are 2 fields named the same thing (let's say "field1"). As the system has populated (many) copies of the pdf the same value has gone into both fields named "field1" when really two different values should have gone into a "field1" and "field2".
I need to get the information correctly entered into "field2" so I had two ideas...
As an aside I have corrected the field name in the pdf for future use.
Have something to add?