Hi everyone,
I've searched the site several time with different wording to see if the topic has been covered. So, please accept my apology if I've missed it.
I am trying to figure out if it is possible to create an input mask for numeric characters to be completed in a pre-defined format. For instance, if I need to capture the value 99.1, would it be possible to create something that has the input field (e.g. read text box) containing XX.X as a default value / input mask. When the user types in the box, the "x"s are replaced with the applicable numbers that the user has entered. The decimal place is retained in the proper location without the need to actually type it.
And I need to try to accomplish this without the use of custom code and be browser friendly.
Possible??
Thanks!