you'd have to do it manually, would require a bit of code change. Try locating the phone number field variable in the PHP code, and adjust format there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's hardly worth the effort of reformatting the entry. You best bet is to define a required format and then check to see that it meets the format criteria. If the entry does not match then the entry can be rejected just as other required entries are rejected if they are blank.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On one form, I have a Phone field. I would like to have it format the entry field and output to XXX-XXX-XXXX or XXX.XXX.XXXX rather than XXXXXXXXXX.
I have no idea how to do this.
Any help?
Thanks,
Tom
you'd have to do it manually, would require a bit of code change. Try locating the phone number field variable in the PHP code, and adjust format there.
It's hardly worth the effort of reformatting the entry. You best bet is to define a required format and then check to see that it meets the format criteria. If the entry does not match then the entry can be rejected just as other required entries are rejected if they are blank.