CFinput mask
Kind of new at this CF stuff. I have a text input field where I need the user to input a serial number of a piece of equipment. It must follow the manufacturers format and be 11 characters. X999X999999. Can someone help me with this. The best i seem to be able to get is a minimum of 11 characters.
<cfinput type="text" name="IDnumber" message="You must enter an 11 character meter number" mask="A999A999999" validateat="onSubmit" required="yes" class="SERIAL"id="IDnumber" maxlength="11" width="240">
Thanks in advance.
