Hi team,
I have 2 forms, one main and one nested. (Img 1)
As you can see in the images, the inputs of the nested form are displayed correctly: 2 columns containing 2 fields and there are 2 records. (img 1)
The pdf template is correctly linked to the main form and the mapped fields (img 2 and img 3)
Once the form is submitted, the resulting pdf shows all the records together for each mapped field (img 4)
I thought that the result would be as it appears in the frontend of the nested form (img1), expecting a pdf result like the one shown in img 5.
It's possible?
I have tried all possible combinations:
{NestedForm: 2: filter [1], index [0]}
{NestedForm: 2: filter [2], index [0]}
{NestedForm: 2: filter [1], index [1]}
{NestedForm: 2: filter [2], index [2]}
And the result is always the same (img 4)
I hope I have explained this situation well.
Thanks a lot.