Date field based on other field entry

  • 17 November 2017
  • 3 replies
  • 2 views

Badge

In my form, I have a field "Send to QA" with Yes/no dropdown.  I need a date field that will populate when set to Yes.  Any idea how I should do this?


3 replies

Badge +9

You can write a rule to show and hide based on the drop down value.

Write a rule for date control when drop down value !=yes hide it.

210858_pastedImage_3.png210856_pastedImage_1.png210857_pastedImage_2.png

You can write JavaScript code also to hide/show.

Badge +8

Maybe I don't fully understand the situation, but it seems like you just set a condition to check for "Send to QA" then if yes you set the date value to whatever you wish, correct?

210864_pastedImage_1.png

Userlevel 5
Badge +14

have a look on this https://community.nintex.com/thread/11708#comment-40682 

Reply