Is there a way to create a phone number mask in infomaker under the "Format" tab without having to do some interesting string manipulation? Something like
###-###-#### (which doesn't work)
Thanks
Hi Levi,
Try using @ instead of #. The phone number field is stored as a string rather than a number.
(@@@) @@@-@@@@
Good luck.
I knew there had to be a magic character! Thanks Jared.