Nintex Workflow form query

  • 15 February 2017
  • 5 replies
  • 0 views

Badge +2

Hi,

Does anyone know how to hide the workflow name and current document that appears, (highlighted in red below) at the top of a workflow form? I've discovered I need to add some CSS rules:

#ms-pageDescriptionImage {
 display: none !important;
}

#DeltaPlaceHolderPageTitleInTitleArea {
 display: none !important;
}

but can't see where to put them.

Thanks!

198907_pastedImage_1.png


5 replies

Badge +8

Hi Robert,

Do you have Nintex forms license already in place or do you have Nintex forms features activated. For modifying any Nintex form, you would need the features activated.

regards,

Shrini

Badge +4

Hi,

or if you don´t have Nintex Forms licence, you can try to create your own "Additional Page Head placeholder", to deploy custom JS functioin, and hide the unrequired page titles with your JS function.

Badge +2

Hi Shrini,

Thanks for the reply.

Yes, we have a license in place. The problem is I can't modify this form. It seems to be created at workflow runtime.

Regards,

Rob

Badge +2

Hi Milan,

Thanks for the reply.

Interesting! Not sure how to go about that.

Regards,

Rob

Badge +4

Hi Rob,

it's about custom wsp solution.

Right now I'm out of my laptop and not able to send you the sample. But try to check the Additional page Head placeholder on google. There should be a lot of easy samples

Reply