process name on form

Confluence User - 27 Oct, 2020

When a run a process, the form shows the name of the process.... how does one turn this off?


Process



form

forms;userviews;process

4


27 Oct, 2020
confluenceUser
confluenceUser

Hi, if there is no option in the properties to hide it then you can use some custom CSS to modify the page like in How I customize the confirmation screen ?

28 Oct, 2020
confluenceUser
confluenceUser

Thank you Anders -  

so the inspection yelds:


<div class="runProcess-body-header">
Submit PO Invoice
</div>


how would I use this to change the userview? does it go into the theme?

28 Oct, 2020
confluenceUser
confluenceUser

In this case you should be able to add some custom CSS like

<style>
div.runProcess-body-header { display:none }
</style>

in the userview theme custom header or footer.

30 Oct, 2020
confluenceUser
confluenceUser

You can hide the process name in yr runtime forms using the "Userview > Settings > Remove Auto Title from Process/Assignment form" checkbox.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print