...
You can customize the appearance of the form or workflow by editing the parameters to the macro as described below:
Note |
---|
|
Parameter | Values | Default | Meaning |
---|
center | true or false | false | Centers the form on the page. This property applies only when container=true. | container | true or false | true | Generates a border around the form if true. If set to false, the frame will not be seen and hence the Edit and remove buttons will go away too. | _data | Live Forms generated value | generated | Used to initialize the form. You can add parameters here but do not remove the existing ones auto-added by the add-on. See the documentation for more information. | formtypeid | Live Forms generated value |
|
| The internal ID of the form/workflow. Do not modify. Not visible in Confluence v4.x. | formtypeurl | Live Forms generated value | |
| The internal URL of the form/workflow. Do not modify. Not visible in Confluence v4.x. | height | numeric | |
| The desired locale (e.g. ger, dan, ara etc.). The form will be rendered in the specified language. See the multi language support documentation for more information. | resize | true, false, vert or horz | |
| Automatically resizes the form. vert enables vertical resizing only and horz enables horizontal resizing only. Auto-resizing can add a URI fragment to the browser URL. If you need to use URI fragments, you must disable auto resizing. | scrolling | no, yes, or auto | auto | If no, scrollbars will never appear, if yes, scrollbars will always be present, if auto, they will be present if required. This property is redundant when resize is true. Auto-resizing will always ensure that the frame is big enough so that scrollbars never appear. | width | numeric | |
Turning off auto resizing
...
It is important to note that a form/workflow submission can be edited by any Confluence user using the Edit link from template. For Example, a workflow created with 2 activities A1 (employee) -> A2(manager), submitted by an employee, can be edited by any other employee by clicking the "Edit" link generated through template. The workflow data can be edited and the workflow submitted again. This is as designed.
Warning |
---|
The Save/Load Feature cannot be used together with this Edit link. You cannot edit a form using this link, save the partially edited form and continue later. |
...