I have very little JS knowledge. I can follow some, but am lost with most. So I've read a similar question, only rather than a checkbox, the example shows attachments being required based...
I have need for very custom validation on an attachment field. We have a series of cascading drop down menus that make the attachment field visible based on the selections. When the conditions tha...
Hi
I hope someone can help. I have a requirement to make the attachments control mandatory if one of two number columns >= x number:
IF numberColumn1 OR numberColu...
Within the Nintex form, I have 4 different attachment fields. I need to validate before the user hits ‘Submit’, that there is at least one attachment loaded into one of those fields (could be a...
I have a last name field and I want to add a validation that if it is empty AND the form has no attachments, then it is invalid. In other words either the last name needs to be filled or ...
I am creating a expense form and I am trying to validate the number of attachments on my form. First I tried to follow the solution on in this blog post (Attachement in repeating section&nbs...
...orum:
1º
In each attachment field, I put the CSS Class: AttachmentControlClass1, ..... AttachmentControlClass8
2º
I put in Setting 8 codes (one for each CSS Class)
function GetNumberOfAttachments...
I am trying to count/sum the total number of attachments in a nintex form. I will use that number to set a field within the form so a workflow is not optimal.
I've been following this article on how to conditionally require an attachment on a Nintex form and I haven't had any luck getting it to work. I suspect, because I'm no expert o...
Afternoon
I'm trying to make an attachment field in my Nintex form mandatory for a group of Line Managers and not mandatory for our IT department. Is there a way to do this? All help appre...