Skip to main content

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. }

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.


Reply