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?
Page 1 / 1
Cheryl,
Can you provide a screenshot with the area you are wanting feedback on?
Hey guys
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:
If so , open your task form in the Nintex Forms Designer, then Click on then 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
Hope that helps
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.