Hiding Metastorm native submit and cancel buttons on select forms

I am using 3 chained forms to initiate the business process.  I have placed buttons on the first 2 chained forms to allow the user to navigate between the two forms.  On the third one, I have am using the native Metastorm submit and cancel buttons for the user to submit his/her request.  Is there a way to hide the Metastorm native submit and cancel buttons on specific forms?

 

 

Tagged:

Comments

  • There are client script you can run on form load. I believe it is eworkShowSubmit([bool]) and eworkShowCancel([bool]). passing in false will hide the buttons.

     

    Press F1 while in the client script editor to check for the proper syntax.