Hi Community
I have the following requirement:
I should be able to iterate a 0...n Node in WD for a dynamic Display of a form, let's say if I have 3 Entries in a WD table/node, I want to display repeatingly a Subform 3 Times in my Form. Like this:
My WD Node Contains
Data
- Name (1...3)
- Firstname (1...3)
- Adress1 (1...3)
And now my Form should look like this
First subform for Name 1:
Phone
Brithday
Second subform for Name 2:
Phone
Brithday
Third subform for Name 3:
Phone
Brithday
The subforms are a requirement and cannot be replaced ba a table.
What Form Calc/java Script Code would do the Job?
Points will be rewarded!
Edited by: Alexander Reinke on May 26, 2008 5:37 PM