Question
JavaScript validation to format tax id field based on check box value.
I have 3 fields. TaxID (text field) isSSN (checkbox) isTIN (checkbox). I would like to update the formatting on the TaxID text field based on the check box selected. isSSN = format xxx-xx-xxx or isTIN = format xx-xxxxxx.
