Set value in Nintex Forms on form load

  • 2 December 2015
  • 2 replies
  • 9 views

Badge +2

I would like to set Value_1 equal to Value_2 on form load in my Nintex Form. How would I go about doing that?


2 replies

Userlevel 6
Badge +16

The first I get in mind is the following, but perhaps is not your context. Please send more details

149212_pastedImage_0.png

Userlevel 7
Badge +17

This can be possible using JavaScript. You can use the NWF object to help you.

 

Start with

NWF$(document).ready(function() {

 

Then you can query a value and set others within the function.
See more at JavaScript events in Nintex Forms

Reply