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:
The following CSS Class will need to be placed in the Nintex Form Settings > Custom CSS section of the Forms Designer:
- .nf-form-footer{
- visibility: hidden !important;
- }