Skip to main content
Nintex Community Menu Bar

Store Client ID in JavaScript variable not defiend

  • December 26, 2017
  • 2 replies
  • 23 views

Forum|alt.badge.img

this issue is when i set variable to field there are no changes in field render and also the javacript get error variable undefiend . 211796_pastedImage_1.png

then when alert the value using alert( NWF$("#" + varStartDate)).

211797_pastedImage_2.png

211798_pastedImage_3.png

2 replies

Forum|alt.badge.img+16
  • December 26, 2017

If you want to show the value, you should use >>> alert( NWF$("#" + varStartDate).val())


Forum|alt.badge.img+9
  • Nintex Employee
  • January 8, 2018

Just tested this out, and Fernando Hunth‌ is correct. I used console.log, but it should not be any different using alert();

console.log(NWF$('#' + varStartDate).val());