Skip to main content
Nintex Community Menu Bar

NWF.FormFiller.Events.RegisterAfterReady() DOM event order.

  • February 1, 2016
  • 2 replies
  • 57 views

Forum|alt.badge.img+3

NWF.FormFiller.Events.RegisterAfterReady() is called prior to the Form Control List Lookup Selects being populated on the DOM - Is this the expected behavior for RegisterAfterReady()?  If so, what DOM event will wait for the Selects to be fully populated?

Thanks, Neville

2 replies

Forum|alt.badge.img+17
  • Nintex Partner
  • February 2, 2016

Please review JavaScript events in Nintex Forms​ And this order seems to make sense to load the dom to make the selects available.


Forum|alt.badge.img+2
  • Rookie
  • January 14, 2020

It appears that dropdowns populated using a SQL Execute control still aren't populated when the NWF.FormFiller.Events.RegisterAfterReady event is triggered, - and I can't seem to find an event trigger for after they've been populated.  I'm wanting to run JavaScript to determine the number of items returned, and to select the first item in the dropdown.