Nintex Forms, SharePoint 2013, Date Field - Validate that Date Chosen is not Today

  • 6 November 2020
  • 1 reply
  • 8 views

Badge +2
Hello Community, I am working with Nintex Forms in SharePoint 2013, and I want to create a validation check for a Date field. I need the field to throw a validation error if the user enters a date that is less than or equal to today, so the pseudo logic would look like this: If Date <= Today Then Invalid These are the types of validation codes I've used (but so far nothing has worked): {Self}<=TODAY DateField<=TODAY Has anyone else solved this kind of issue before? If so please provide guidance and code examples. Thanks! Tom

1 reply

Badge +11

Control validation or  maybe rule validation =lessThan(your controlnameCurrent Date)

 

9401iD2EE607329ED9FBD.png

 

Reply