We are working on a DCT that has replicant fields (SectionHeading, SectionText). We want to pre-poulate a certain number of SectionHeadings(text field) and SectionText(tinymce textarea) so our authors don't have to enter it each time. We are using replicants so they can add/remove/edit/reorder these sections for the 10% of the time the standard set does not suffice.
Brute force approach is to add these using FormAPI(addreplicant etc) when form is first created.
Is there a way to write the DCT so I could achieve the same? I feel this would be a cleaner way to go about it. It seems we can prefill regular text fields but not prefill individual replicant items
I have about 10 such DCTs that have such a need.
Teamsite 7.3.2
Thanks for your inputs/ideas.