Hi all. Setup: Have several pages that contain docx format reports/forms. All of these forms follow a uniform design but some parts of information will be different. Question: Wondering if there is a known method of generating / partially filling these forms with certain information from their respective wiki pages? Thanks!
Can you give more details on how you include this reports / forms in your page ?
Basically, the scripting language of a browser is Javascript. If this a HTML integration, you should be able to select the field and fill them with any value you want.
To clarify.
This can be done if the data is written to pre-established html sites on the page. But it would require some knowledge of both html and javascript/jQuery.