Hi! I’m developer a form where I have a field for identification (Rut, chilean) but I want that insert the following 12321697-K and this is the format that I want 12.321.697-K and the save in data base, but It doesn’t save this format when I use the mask.
How I can insert this format in the database?
And I’ve a validator of identification in javascript and I don’t know how insert it in the field Rut.
thanks