Skip to main content
Nintex Community Menu Bar

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

  • March 26, 2021
  • 0 replies
  • 79 views

butlerj
Nintex Employee
Forum|alt.badge.img+20
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