6.  If a box contains a validation, ALWAYS make sure to flow data based on validation.  For example, the FEIN

     in profiles is validated XX-XXXXXXX, however, a form may contain a validation XXXXXXXXX

     (without ‘-‘) so must delete from dataflow.   Another example, is that a phone number or zip code may also

     be validated or separately boxed .delete("^0-9") which can be checked for length.

 

 Return