I have a form in which an end user will select (dropdown) option YES if data is ok or NO if there are issues. If they choose NO they also have to select reasons (checkboxes) why. In the event an end u...
I am working ona SharePoint form that has multiple validation options based on end user selection. There are about 13 options (drop-down)in total and I am having a similar issue with about 3 of them: ...
I have a form with a lot of validation based on what item is selected from a dropdown. An issue I just discovered was that even though I have the NotValidIfNullOrEmpty the data can stillaccepted(Saved...
I am in the process of writing some job aids form company regarding Nintex forms. Where would I find documentation that does a good job of explaining the individual tabs in the Formula Builder window?...
Is there a way to validate end user entry so that the 1st and last number upon data entry cannot be a zero?Here is what the department would like:XYZ #: 6 numbers max (done), Numbers only (Done), Cann...
Hi,I have a mandatory Text field with the following validation rule formula.Visitor1=='' && (isNullOrEmpty(trim((Visitor1FirstName))||Visitor1FirstName=='') && (Visitor1LastName!='' ||...
When I test a form I created using Nintex 2016 in different resolutions, my forms seems to adjust only lengthwise. I would like my form to appear wider and not longer. Is this possible? During my form...
Hi,I am using the NEW responsive forms in Nintex and I have a repeating section in the form and have ran out of room for my columns, can anyone tell me how to re-size my form its currently 900 x 700 a...
I recently had a customer who wanted status indicators in his list. While this can be done using JavaScript, one of my co-workers had come across a simpler approach by using a calculated column that p...
Really looking for some agreement from the masses here. I have a form, and was trying to validate that when a choice field is empty/Null, then the control is invalid. So I set the formula to isNullorE...