Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

pdf form fields populate sporatically

Explorer ,
Feb 25, 2010 Feb 25, 2010

I have a coldfusion application that populates several dozen fields in a pdf form using the following tags:

<cfpdfform action="populate" source="my.pdf">

    <cfpdfsubform name="P1">
       <cfpdfformparam name="text1" value="test">

       ...
   </cfpdfsubform>

</cfpdfform>

I had all of the fields populating correctly and then something happened and now i only get some of them.  go figure?!  P1 is the form on page 1.  I also have a form on page 2, P2.  I have verified all of the field names, and location, i.e. that they are on the correct subform, but i still only get about half of the fields populating and no error message!

Anyone have any tips for troubleshooting this, apart from using a reeaally big hammer?

Thanks, Alex

504
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 27, 2010 Feb 27, 2010
LATEST

If you use LiveCycle, rename the first subform "form1". Is there any change?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources