input mask

  • Thread starter Thread starter seeker
  • Start date Start date
S

seeker

I have a phone textbox that I want to have the input mask be: 000\-0000"
(316)";0;0. I want it to appear as 000-0000 (316) and allow the user to
change the 316 if they choose. the above input mask lets me fill in the 0
placeholder but not the 316. Also when my form opens i would like the phone
textbox to be filled in with 000-000 (316) which i have put into the default
value as "000-0000 (316) but what shows when the form opens is 000-000/
(316). The slash does not need to show. Thank you.
 
This type of format is a business requirement of my client. I would do
things much differently but this forum has not enough room for that
discussion. I need to know an answer to the question. I will be storing the
data as text.15 characters.
 
Back
Top