show Phone number in the form of (XXX)-XX-XXXX

0
Every time i want to show Phone number in the form of (XXX)-XX-XXXX but user can enter this as 9-digit integer, and i also want to save this in the form of Integer? thanx in advance.
asked
1 answers
0

Take a look at the documentation about input masks here. But in your case I would create a microflow that validates the values and make different attributes for each of the three values. This way you can style your form more easily.

Regards,

Ronald

answered