Here's what I would love to achieve in my custom form.
The answer to one of the questions on my custom form needs to be:
- A required field
- Seven characters in total
- The first six characters are random numbers followed by a random letter on the end eg. 123456H
I can see how to achieve point one and two above. Any ideas on how to achieve the final step of checking that the seventh character is a letter?
Any help would be greatly appreciated.