Add custom submit, cancel, and enable to a form using the Designer

The form can be configured so that the Workflow Task List Submit and Cancel buttons are not visible when the form is displayed in the Task List. You can also ensure that a form is only ready for submission after the appropriate operator interaction by enabling/disabling the Submit button.

Procedure

  1. From the navigator, click Global Displays > Forms.
  2. From the Forms list, select the resource you want to work with.
  3. In the Displays panel, click Display Editor.
  4. In the Document Tree tab, select the root of the document tree.
  5. In the root element's property panel, clear the IsSubmitVisible and IsCancelVisible check boxes to hide the Task List Submit and Cancel buttons.
  6. Optional: To wait for operator interaction before enabling the Submit button, from the code behind, set the IsSubmitEnabled property to false to disable the Submit button. 
  7. To add code-designed forms to a workflow, see Configure a Form activity.