What could I do to get my Form field input to always display in three digits? Normally, the input will be filled in with two digits, but I need the results to always display three digits: 44 must show as 044
This didn't work: #q34 input {display:000;}