Conditional Form Rules With Currency Do Not Work

  • 26 March 2021
  • 0 replies
  • 32 views

Badge +8

Issue

When building a conditional rule with a numeric value,  the rule does not work. For example a form with a rule such as: ControlName >= '25,000' can be submitted even when ControlName is greater than 25,000.

 

Resolution

Form rules with number values should not include commas. Update the rule to just use integers. For example, ControlName >= '25000'

 


0 replies

Be the first to reply!

Reply