Hello,
I have a form field where users enter a letter and then numbers.
The problem that I am having is that about 90% of the users are use to enter just the number without the letter int he beginning. So I was wondering if I could add the letter before the order gets submited I was trying something like this
I have a form field where users enter a letter and then numbers.
The problem that I am having is that about 90% of the users are use to enter just the number without the letter int he beginning. So I was wondering if I could add the letter before the order gets submited I was trying something like this
Code:
<input type="text" name="ORD" value="" size="32"<%if rs.in("ord").value between 0,9 then response.write(S(rs.in'ord'))%>>