I need to create a signature section with the same group of 25 names and
repeat it numerous times on the same form for sign-offs at various phases of
the project. Each signature block contains a checkbox and comments section.
Is there an easy way to build/format this once and then copy and paste
several times in other places in the form, while having the field blokcs
update? (e.g., if I jsut cut and paste it, the fields don't update so if the
person checked the box in one section it checks it in all).
Greg Collins [InfoPath MVP] - 28 Nov 2005 19:54 GMT
There's no easy way to do this. You can copy-paste as you have done, but you will need to re-bind each field to the correct DOM node.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
I need to create a signature section with the same group of 25 names and
repeat it numerous times on the same form for sign-offs at various phases of
the project. Each signature block contains a checkbox and comments section.
Is there an easy way to build/format this once and then copy and paste
several times in other places in the form, while having the field blokcs
update? (e.g., if I jsut cut and paste it, the fields don't update so if the
person checked the box in one section it checks it in all).