Avatar

Level 7

Hi Santosh,

In this case, the PDF was signed by GlobalSign which chained up to the Adobe CA.

Note that the following FDF payload works:

1 0 obj<</FDF<</Status(Some Kind Words Here)>>/Type/Catalog/Version/1.3>>endobj trailer<< /Root 1 0 R >>%%EOF

It appears that the simple inclsion of the JavaScript key is enough to cause the error message.

Here is what my submit button looks like (xfa)

<field name="HTTPSubmitButton1" y="76.2mm" x="82.55mm" w="28.575mm" h="6mm" relevant="-print">

            <?templateDesigner isHttpSubmitObject true?>

            <ui>

               <button highlight="inverted"/>

            </ui>

            <font typeface="Arial"/>

            <caption>

               <value>

                  <text>Http Submit</text>

               </value>

               <para hAlign="center" vAlign="middle"/>

            </caption>

            <border hand="right">

               <edge stroke="raised"/>

               <fill>

                  <color value="212,208,200"/>

               </fill>

            </border>

            <bind match="none"/>

            <event name="event__click" activity="click">

               <submit format="urlencoded" textEncoding="UTF-8" target="http://localhost:51786/Submit/TestFDF#FDF"/>

            </event>

         </field>

        

Let me know if you need anything else to diagnose this issue.

Nicholas.