How to get specific page numbers to each template (per language and Per instance) when the template itself repeatable
Hello All,
We have a single template with English and Spanish pages combined, and the same template can repeat based on data. With this use case, how to get the page numbers specific to language and instance?
Currently it returns total page counts, as page number calculated on master page default script.
Any suggestions on this use case to achieve?
When data for one Instance:
<form>
<Template>
<English>
</English>
<Spanish>
</Spanish>
</Template>
</form>
When data for multiple Instances:
<form>
<Template>
<English>
</English>
<Spanish>
</Spanish>
</Template>
<Template>
<English>
</English>
<Spanish>
</Spanish>
</Template>
</form>
Thanks,
Raghu.