Can the GREEN ARROW be disable within the process form?

Is there a way to prevent the GREEN ARROW, that used for submitting, from being displayed?  I wish to have only the SUBMIT button displayed.  Using BRM 7.6.

Tagged:

Comments

  • Add a client script on lead that calls the following:

     

    eworkShowSubmit(false);

     

    if you want to hide the Cancel button you also can call:

     

    eworkShowCancel(false);