I want to create a form-driven writer document.
For example, I want a document that looks like this:
My favorite toy is: [ball].
My favorite colour is [blue].
I would like a blue ball for my birthday.
Where the fields marked with [brackets] are form fields and the last sentence picks up “blue” and “ball” from the form.
There are lots of guides to using forms to drive databases but I can’t find one that shows how to use them for a document.
Any pointers would be appreciated.