Error "Unable to get property 'value' of undefined or null reference FormsPart.aspx"

  • 26 March 2021
  • 0 replies
  • 66 views

Userlevel 5
Badge +19
ISSUE
When accessing a Nintex form, the following error occurs:

Unable to get property 'value' of undefined or null reference FormsPart.aspx
ERROR CODE
RESOLUTION
In the FormPart.aspx JavaScript to get the value from the single line textbox control, locate the following line of code:
NWF$(".option_crId_control .nf-filler-control-inner")[0].firstChild.data
And update it as follows:
NWF$(".option_crId_control .nf-hidden-associated-control").val()
ADDITIONAL INFORMATION
RELATED LINKS

0 replies

Be the first to reply!

Reply