How to Use Repeating Field in Another Section

D

Deb

Hello, community members:

I have a training account request form that has a repeating section where
the training account name (accountname) is entered. I also would like to
create a printable trainee sign-in sheet that has a row for each accountname,
with additional columns for other information about the trainee, like their
signature. I've tried a repeating section layout, but the accountname
records repeat within one cell rather than creating new rows in the table.

Any help would be greatly appreciated. Thanks!
 
B

Ben Walters

Hey Deb,
This should be pretty easy
Create your xml structure

<Traniees>
<Accountname/>
</Trainees>

on the default view for your template create your repeating section for your
account name. Copy this repeating section into the second view in your form
and add a new column titled Signature.

set the default print view for the default view to print to view 2 and you
should be fine

hope this helps
Ben
 
D

Deb

Thanks, Ben. That was too easy. ;-) I didn't have my insertion point inside
the repeating table; I had it inside the table that was the parent of the
repeating table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top