1
0
-1
3 answers
- 10-1
You can hide the process name in yr runtime forms using the "Userview > Settings > Remove Auto Title from Process/Assignment form" checkbox.
Add your comment... - 10-1
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?
- Anders
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.
Add your comment... - 10-1
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 ?
Add your comment...
When a run a process, the form shows the name of the process.... how does one turn this off?
Process
form