0

How do i write my HTML input forms like this: Example: Instead of typing:

012345678910

...when typing in the forms it will do this

01-234567891-0

...like include dashes and limit to only 12 digits integer?

CherryDT
  • 25,571
  • 5
  • 49
  • 74
Oscar
  • 43
  • 4

1 Answers1

0

You'll need javascript do to that.

Look at JQuery.InputMask for a start.

Fred
  • 1,607
  • 20
  • 33