|
You can merge your form data into an existing Confluence page using one of two techniques:
The steps are as shown in the Figure below.
Here is an example result page Template called Registered Users in Confluence 4.0 - 4.2:
<h4>Table of registered users</h4> <table> <thead> <tr><th>First Name</th><th>Last Name</th><th>Email</th><th>Phone</th></tr> </thead> <tbody> <ac:macro ac:name="frevvoresolve"> <tr><td>[FirstName]</td><td>[LastName]</td><td>[Email]</td><td>[Phone]</td></tr> </ac:macro> </tbody> </table> |
If you make changes to a template, existing result pages will not reflect the changes. This is as-designed. Merge to page only uses the template the first time. In subsequent merges, the macros from the result page are used and not the template. A new version of the template requires a new result page to reflect the updates to the template. See this documentation for information about creating templates. |
This approach does NOT work with the |
The steps are as shown in the Figure above.
The initial result page's parent page is the Home page of the space. This page collects a list of registered users in a table. The initial page contains a single frevvoresolve macro which contains a table row.
Here is an example result page called Registered Users in Confluence v3.x:
h4. Table of registered users || First Name || Last Name || Email || Phone || {frevvoresolve}| <FirstName> | <LastName> | <Email> | <Phone> | {frevvoresolve} |
Create a Confluence page and add a form or workflow to it. For details on adding a form or workflow to a Confluence page, please see the Creating Forms in Confluence or Creating Flows in Confluence documentation.
Click on Form Action and select the Merge to Confluence page form action.
Complete the wizard that pops up as shown below. Enter the Result Page name exactly including spaces. Unless you are planning to merge to a set of Confluence pages, you do not need to specify a Template or Parent Page.
If you are using the |
Fill out the form and Submit it. The result page is shown below.
Time and Date/Time controls are displayed in UTC when used on a result page in Confluence. See the image below: |