Skip to main content
Nintex Community Menu Bar

Forms for O365 List Lookup Validation error

  • February 18, 2015
  • 4 replies
  • 23 views

Forum|alt.badge.img+3

I've notice that my custom validation functions for list lookups in Forms for Office 365 is no longer firing when I select from the drop down.  Instead it now only fires when I try to save (or possibly cause validation from some other control).  Has anyone else run into this, and/or does anyone have a good workaround?

4 replies

Forum|alt.badge.img+9

Hi,

How do you validate your List Lookup?

Best regards,

Christophe


Forum|alt.badge.img+3
  • Author
  • Nintex Partner
  • February 19, 2015

Using custom validation, the control would previously fire the JavaScript function call when the user selected an item from the drop down.  That appears to no longer be the case.  At this time it appears that the validation only fires when the form is submitted.  Any other type of control the custom validation fires as soon as the user leaves the control.  I tested it by calling the same validation function from several different kinds of controls and only the list lookup exhibits this behavior, and this is not the way it functioned previously.


Forum|alt.badge.img+9

Hi,

I have found a solution on this post.

Not sure if it will help you

Re: How to I get the onchange event to work?

Regards,

Christophe


Forum|alt.badge.img+3
  • Author
  • Nintex Partner
  • February 19, 2015

Thanks! That'll do as a work around.