I want to have a way that when my users enters a number into a field. It will automatically add leading zeroes up to 11(12 total digits)and submit it with the form. I am having difficulty figuring this out. I can OnSubmit and perform a function that adds the leading zeros, but cannot figure out how to return that value back to the input field and submit it with the rest of the form. Please help if you can. Thanks