Solved

NWF$ is undefined Forms Offcie 365

  • 26 October 2017
  • 2 replies
  • 20 views

Userlevel 3
Badge +12

Hi,

I am using Nintex Forms for Office 365, and trying to debug Task form in IE Developer tools. When query for a control using its class, like, NWF$(".lblMylabel"), it shows error message as NWF$ is undefined. Even tried with $ also, it says null.

icon

Best answer by TomaszPoszytek 26 October 2017, 19:11

View original

2 replies

Userlevel 7
Badge +17

Remember the form works inside an iframe. So if you just hit F12 and type the NWF$ it will refer to the parent window, where there is no such object defined.

Move mouse cursor over a field in the form, and from there click "Inspect" for example. That will open developer console for the iframe, and the NWF$will work there.

Regards, Tomasz 

Userlevel 7
Badge +17

Hi! Did you solve your issue?

Regards,

Tomasz

Reply