In our form templates we have master page which repeats on each page and content page that grows to multiple pages based on the data.
The problem in rendering HTML is with master page data. Data binding for master page fields are not working. When previewed as PDF it works fine.
To explain the problem created sample XDP form with two text fields in master page and two tables in content area.
To render the XDP as HTML, the server options configured as give below.
And used the below URL for HTML preview of XDP file.
When the form template is previewed as
PDF:
Company name and code are displayed from the sample xml used for preview.
HTML:
Company name and Code are not getting displayed.