Skip to main content
Nintex Community Menu Bar

Setting a nintex form variable using javascript.

  • March 5, 2020
  • 0 replies
  • 21 views

Forum|alt.badge.img+2

How can I set a form variable using javascript?  I can set a textbox using NWF$('#' + textbox).val('somevalue'); but it doesn't work when I try it with a form variable. Is there a way to do this? The textboxes work for my solution but I don't want these visible to the end user. The textboxes are used in calculated value controls and if I hide them, the calculation doesn't show anything. So if there is a way to do either that would be great. 

 

Thanks

JP