Hi all,
We have multiple forms with a text field using the phone pattern Regex. The issue here is it requires users to put the hyphens / dashes in themselves. Without that the default error is to put in a valid phone number.
We should be able to use an $on(change, function(value)) event in fd.rendered to validate that and insert the hyphens for them, yes?