I have a form that is submited asking for order numbers
My field looks like this
the problem that I am having is that people need to enter a letter before the number. The letter is always the same, will never change. Some people forget to type the letter and when trying to find the data we run into problems. So is there a way to add the letter to the input?
so when the user types "12345"
it will insert "S12345
My field looks like this
Code:
<input type="text" name="ORD" value="" size="32">
the problem that I am having is that people need to enter a letter before the number. The letter is always the same, will never change. Some people forget to type the letter and when trying to find the data we run into problems. So is there a way to add the letter to the input?
so when the user types "12345"
it will insert "S12345