D
Dennis Dürrenberger
I tried and I analysed example forms, but I did not get a clue, how to insert
a field into a repeating section, that counts the number of sections and
prints that out.
The form looks like this:
_____________
| text x |
| optional |
| | <---- the box
| dropdown |
------------------
text = title
optional = optional text field
dropdown = dropdown field
x = number (the one i have problems with)
if i insert another instance of the above box, i managed to handle the
dropdown seperately, so there is a "clean" dropdown in every new section.
the thing is: when i use count(box) for the x - then i either have a
functionally counter outside my box and it won´t be copied, OR i have the x
inside my box but when i add anoter instance of "box" the x changes it´s
value to "2" in all repeating sections, instead of numbering the sections
from 1 to ...
so at the moment either i have a correct value but only one item of it, that
will not be copied (repeated) or i have a copy in ever repeated section that
inherits a wrong value.
any clue how to manage that?
i found it in an example form, but ever then i couldn´t figuer out, how it
is managed there.
greets
dennis
a field into a repeating section, that counts the number of sections and
prints that out.
The form looks like this:
_____________
| text x |
| optional |
| | <---- the box
| dropdown |
------------------
text = title
optional = optional text field
dropdown = dropdown field
x = number (the one i have problems with)
if i insert another instance of the above box, i managed to handle the
dropdown seperately, so there is a "clean" dropdown in every new section.
the thing is: when i use count(box) for the x - then i either have a
functionally counter outside my box and it won´t be copied, OR i have the x
inside my box but when i add anoter instance of "box" the x changes it´s
value to "2" in all repeating sections, instead of numbering the sections
from 1 to ...
so at the moment either i have a correct value but only one item of it, that
will not be copied (repeated) or i have a copy in ever repeated section that
inherits a wrong value.
any clue how to manage that?
i found it in an example form, but ever then i couldn´t figuer out, how it
is managed there.
greets
dennis