Skip to main content
Nintex Community Menu Bar

Refer a nintex form field in code

  • December 1, 2019
  • 1 reply
  • 10 views

Forum|alt.badge.img+1

Hello,

I am editing the onClick of a nintex form button and I want to put the value of a form field in a variable or a collumn (another list collumn), any one know how to

1 reply

Forum|alt.badge.img+10
  • December 5, 2019
NWF$(document).ready(function(){
var somevariable = NWF$("#"+ jvariableofthecontrol).val();
});