Skip to main content
Nintex Community Menu Bar
Answer

NWF$ is undefined Forms Offcie 365

  • October 26, 2017
  • 2 replies
  • 37 views

Forum|alt.badge.img+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.

Best answer by TomaszPoszytek

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 

2 replies

TomaszPoszytek
Forum|alt.badge.img+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 


TomaszPoszytek
Forum|alt.badge.img+17

Hi! Did you solve your issue?

Regards,

Tomasz