Hello everybody
In a form with multiple pages, I have some textfields with same name and bound with "Use global data".
I explain. On the first page, there are 2 textfields named "Country". The user types in a textfield and the text appears in the second box. Well
On the second page, again 2 textfields named "Country" but, of course, I can see the same text than in the first page because of the same bind.
The only solution I found was to change "Country" in "Country2" but it's not very pleasant with many textfields and many pages. Probably a solution exists, but which one ?
Many thanks for your help