input="text" (see attachment) , from a form. But when I submit it, apparently it converts the value to integer, and when I look at the input value in the FormCollection, it just discards the decimal point ".". I've tried with letters as well, it converts the text to a 0.value of the input is 152.33. I hit submit on the form. But when I look at its value on the FormColletion, it is now "15233" (type string). method="post" to handle the form submit.