Skip to main content
Nintex Community Menu Bar
Question

Form data entry date validation

  • April 17, 2024
  • 2 replies
  • 93 views

Forum|alt.badge.img+2

In NAC, I know that I can run a submission rule to validate/invalidate a date field's value.  But how can I do date validation prior to submission?  Ideally right after a value is entered into the field.

2 replies

Jake
Forum|alt.badge.img+13
  • Scholar
  • April 17, 2024

Hi @TravisM 

 

for complex validation it can be done using a variable to define the rule returning true or false value then a rule to show a message of some kind. 
 

if it is a date only value without time you could use a text control with regex for good validation. 
 

what kind of rules do you need? 
 

Jake


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • April 22, 2024

Hi @TravisM 
Have you solved your question?