TextFields disappear during mail merge
I have a mail merge document which has a table that has cells for fields in the merge, as well as cells holding form fields (CheckBoxes & TextFields) which need to be filled in after the merge. The merge operation is being mostly scripted, and after the merge is completed, the document is protected for form fields.
So far, everything is working properly, except the TextFields in the table are removed during the merge, but the CheckBoxes are intact. Is there a reason that the CheckBoxes work, but the TextFields don't? Is there something that can be done to keep the TextFields from being removed?
If not, is there anything I can do during the 'MailMergeAfterRecordMerge' event to replace those TextFields? This document has a Cover Page which I am moving to a temporary document before the merge, and restoring afterwards. Do I need to use a similar method for each record to restore the form field section during the merge ?
|