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?
You'll need javascript do to that.
Look at JQuery.InputMask for a start.