Solved

How to pass Form variable value to label

  • 21 February 2019
  • 2 replies
  • 227 views

Badge +7

HI 
How to bind form Variable value in to nintex control(label or Single line text)  in run time ?
Regards

Ranjith..

icon

Best answer by ranjca 25 February 2019, 14:10

View original

2 replies

Badge +7

You can only bind variable to a calculated control if you want to display the information on the form.

 

You can click on Form Variables and then in the Connected to You can select the SP Column/Control you want to connect to so then users don't have to fill it out.

Badge +7

HI
Thank you for your replay
but i have achieved this in label using css  :   NWF$('labelcssname').html("testval")

Reply