Skip to main content

I have a flexi-task approval form.  There is a footer on the display that is causing me all kinds of problems.  It contains the content type, created date and time stamp, and last modified date and time stamp.  It appears to fixed.  There are a lot of Item Properties that the approver needs to see for the approval and this so called "stamp" is moving everything around.  For the life of me I can't find the control in the form to move it or format it.  Can anyone help me?

Cheryl,

Can you provide a screenshot with the area you are wanting feedback on?


Hey guys happy.png

I think Cheryl Doke is talking about the footer at the bottom of most of the forms; which looks something similar to the screenshot below:

105368_pastedImage_2.png

If so , open your task form in the Nintex Forms Designer, then Click on 105370_pastedImage_4.pngthen under Custom CSS; you can copy and paste the following code below:

}

table [class="nf-form-footer"]

{

display:none;

}

It will result in the footer being hidden happy.png

105369_pastedImage_3.png

Hope that helps


Reply