Hello,
I'm wondering if it's possible to add a few default items to a repeatable group in the document type. By that I mean these two items ALWAYS come with the document even when you create a new one from scratch based on the document type. It would start with all fields blank except the group collection which would have the seeded items in it. These item can be deleted but you don't have to add them every time you create a new document on this type.
Here's the use case:
I have a document type composed of a repeatable group. Each group represents a paragraph in an email notification. So if you wanted your email to consist of 3 paragraphs, you'd create 3 groups. Now I'm finding that for every email notification, I have to always add the same two paragraphs at the end:
Thank you,
Your friends at [company]
It would be nice if each document of this type came with those two paragraphs from the start. The user can delete or change them if they feel they want a different signature, but they wouldn't have to re-type it every single time.
Is this possible?