Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can customize the appearance of the form or workflow by editing the parameters to the macro as described below:

Note
iconfalse
ParameterValuesDefaultMeaning
 center  true or falsefalseCenters the form on the page. This property applies only when container=true.
containertrue or falsetrueGenerates 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.
_dataLive Forms generated valuegenerated
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.
formtypeidLive Forms generated value
 

The internal ID of the form/workflow. Do not modify. Not visible in Confluence v4.x.
formtypeurlLive Forms generated value
 

The internal URL of the form/workflow. Do not modify. Not visible in Confluence v4.x.
heightnumeric
 

The initial height of the form. Used when you disable auto-resizing.
locale3 letters
 

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.
resizetrue, 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
scrollingno, yes, or autoautoIf 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.
widthnumeric
 

The initial width of the form. Used when you disable auto resizing.

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.

...