Skip to main content
Nintex Community Menu Bar

Hide Form Footer

  • December 15, 2014
  • 1 reply
  • 28 views

Forum|alt.badge.img+9

Products: Nintex Forms 2010, Nintex Forms 2013

Summary

Designer wishes to hide the Form Footer when Nintex Form is in View or Edit Mode.

 

Resolution

Nintex Forms uses the 'nf-form-footer' class:

nf-form-footer.png

The following CSS Class will need to be placed in the Nintex Form Settings > Custom CSS section of the Forms Designer:

 

  1. .nf-form-footer{
  2.         visibility: hidden !important;
  3. }

1 reply

Forum|alt.badge.img+9
  • 145 replies
  • January 22, 2018

Can you hide just the URL(or may be give a custom name instead of URL like company name) but leave the page numbering with CSS? This would be an excellent solution.