cancel
Showing results for 
Search instead for 
Did you mean: 

Getting data from table in offline interactive form

Former Member
0 Kudos

Hello,

I'm implementing offline interactive forms. I hava a wd application with generates the pdf from data in the context with is then sent to the user. Then I hava another wd application wich is supposed to get the data from the pdf.

The pdf has a table in which the number of rows is determined by the data in the context when generating it.

In the application for getting the data entered in the form I'm using the method WDInteractiveFormHelper.transferPDFDataIntoContext to get tha data in the context. But I get nothing from the table. Other fields that are in the form are retrieved correctly, but data in the table is not retrieved at all.

Do you know if i'm missing something in wd or interactive forms ?

Thanks,

Diego.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

I made it work having in the wd context the same number of elements as the table rows in the form. That way the rows are read correctly.