Question

Form data entry date validation

  • 17 April 2024
  • 2 replies
  • 39 views

Badge +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

Userlevel 5
Badge +13

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

Userlevel 5
Badge +20

Hi @TravisM 
Have you solved your question?

Reply