Skip to main content

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?

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.


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


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


Reply