Skip to main content
Nintex Community Menu Bar

Nintex Workflow form query

  • February 15, 2017
  • 5 replies
  • 16 views

Forum|alt.badge.img+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

Forum|alt.badge.img+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


Forum|alt.badge.img+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.


Forum|alt.badge.img+2
  • Author
  • April 19, 2017

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


Forum|alt.badge.img+2
  • Author
  • April 19, 2017

Hi Milan,

Thanks for the reply.

Interesting! Not sure how to go about that.

Regards,

Rob


Forum|alt.badge.img+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