Forms for O365 List Lookup Validation error

  • 18 February 2015
  • 4 replies
  • 0 views

Badge +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

Badge +9

Hi,

How do you validate your List Lookup?

Best regards,

Christophe

Badge +3

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.

Badge +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

Badge +3

Thanks! That'll do as a work around.

Reply