Solved

Is it possible to run custom validation rules on Attachment control based on another control value?

  • 11 October 2017
  • 2 replies
  • 58 views

Badge +5

Hello all

I am trying to setup custom validation on attachment control in Nintex Office 365 forms. 

Here are my rules:

1. I have a panel that will be displayed  or hidden based on the value choice type control value.

2. If choice = yes, I display panel. 

3. The panel has attachments control. 

4. I need to validate that the attachment control has 2 attachments only when choice type dropdown's value = Yes 

 

I saw some JS functions on how to count attachments. But I don’t think we can run custom js functions on attachment control in Office 365 forms. Is it possible to setup this validation in form submit?

 

TIA

icon

Best answer by TomaszPoszytek 12 October 2017, 00:07

View original

2 replies

Userlevel 7
Badge +17

Hi!

Of course you can , read my answer here:  it's a very similar question. Hope it helps.

Regards,

Tomasz 

Badge +5

‌ Thank you. Your link pointed me in right direction. 

Reply