Skip to main content
Nintex Community Menu Bar

Form requires miminum two week future request date

  • February 12, 2019
  • 1 reply
  • 10 views

Forum|alt.badge.img+1

I have a form that requires a mimimum two week out date.   The desired start date needs to be a minimum of 14 days in the future.

1 reply

Forum|alt.badge.img+17
  • February 13, 2019

Not sure if you are asking a question here but I assume you want to setup a way to force the date to be 14 days from the current date upon submission. This should be achievable with Javascript inside the rule on the date control. 

 

Or you can do a compare rule on a calculated control with the formula being does value = current day/time +14. Either of those should help you get close to what you are looking for.