I would like to insert a character into the input field before the user has started typing in it, and the user cannot delete this character.
So then when the user types'100' into the field, the resulting string would be 'B100'. The 'B' should be visible.
Any ideas how to do this without javascript? Thanks