- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I am not sure, as I have not worked with CF. However I suspect that it is not passing the data into the form in a structure that tells the form that it is repeating. If you open the form in Acrobat with the 17 rows populated and then Export the XML. You can then examine the XML structure and how it deals with repeating nodes.
<Table1>
<Row1>
... data
</Row1>
<Row1>
... more data
</Row1>
<Row1>
... even more data
</Row1>
</Table1>
Does that make sense?
Niall