I have a series of text boxes on my form, and my client wants me to filter out characters that aren't allowed, for example in the name
field you cannot have symbols or numbers.
Now, he wants it so when you try and put in a special character it simply will not get entered into the text box. I know the logistics to this, but I'm not sure how I would go about coding it.
Basically what needs to happen is when the user types in characters like $, ^, 5, *
etc, a function needs to recognise this and stop them from being entered into the textbox, whether it means deleting them as soon as they go in or interrupting the action altogether.
Anybody have some insight into this? Anything is appreciated, thanks.