1
0
-1

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


Process



form

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

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

        CommentAdd your comment...
      1.  
        1
        0
        -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?

        1. 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.

        CommentAdd your comment...
      2.  
        1
        0
        -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 ?

          CommentAdd your comment...