Default Validation behaviour - validation on the UI

  • Get the text from UI for the element
  • If the element is of type text | number | textarea – get the text from the element value attribute
  • If validateExact look for exact match
  • If validatepartial convert tesdata and text from ui to smaller case and check if either of them contains the other
  • If the 2 strings dont match
    • If flow = must pass – then step fails else passes
  • If the 2 strings match
    • If flow = must fail – then step fails else passes

Have other questions? Access our full knowledge base!

Verified by MonsterInsights