cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic table Adobe forms

Former Member
0 Kudos

Hi Gurus,

I am trying to create a dynamic table in Adobe form. I have created a table which has one row with header and footer. I have checked the "Repeat table for each data Item"

Now I have added a button on which click it will add one more row to the table. The row name is "Item".

On the click event for the Button I wrote the following Java Script for creating multiple row.

Table1._Item.addInstance(0);

But when I click on the button in the Preview mode I don't get the row added to the table.

I don't know where I am going wrong.

Any help in this regard is highly appreciated.

Thanks,

Bluesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

First wrap your table and the button in Sub-Form and make the content type as "Flowed". Once that is done, in the layout tab go to the Edit menu option and within that click on Form Properteis. In the dialog box that appears select the defaults tab, and for the drop down for XDP preview, select Acrobat 8 (Dynamic XML ) Form, Click OK.

This should make your table to grow.

Regards,

Runal

Former Member
0 Kudos