I have set lookup default field value(from query string parameter) in my nintex forms as below and it was working fine.NWF$(document).ready(function () { // here I was setting value "1" which is comes...
Hello,I want to bind on change event onDate and Time control of Nintex Form.I tried to bound it using following code:var ctrl_TempDateTime = NWF$("#" + ctrlID_TempDateTime);if (ctrl_TempDateTime != nu...
Today I have installed Nintex Workflow for Office 365 app in my newly created sub site.I have created simple nintex workflow in Issue Tracking list which have only one activity i.e. Log in to Workflow...
Hello,I have requirement like in attachment control of Nintex form, user should upload max 2048 MB document but nintex workflow form only allows 250 MB.Can we override this validation in Nintex form?I...
How can I tell if a SharePoint group is empty? Is this possible using out of the box actions?I have a flexi task that I am assiging a group to, but I want to make sure the group has users in it before...
Is there a way to limit a text field to just text and numbers? I have a comments field in a form that is stored in a variable as multiple lines of text and then the text is sent in an email. I believe...
Hi guys,I am wondering if anyone has any best practices regarding the use of images in Nintex Forms. Especially related to Nintex Live, where would or do you store images that should be accessible on ...
Hi, I am trying to use list view control to display document set contents on the form.I am not seeing any options where I can display only the contents of a document set, rather than display just the ...
Multi-step forms are becoming more popular than regular forms, as they are more convenient and provide a step by step procedure to follow by the user.In this post, we are going to cover how to design ...