I have a field that I want to store in MySQL. I want to enforce that it is always numeric but it can have leading zeros that I do not want stripped off. How would I accomplish this? In the Form, create the Element as a Numeric but make the field a varchar in the database? Is there a way to make a "Text" element that forces only 0-9 in each character position?
TIA!