I have a form for entering a code, first name, and last name.
I would like to modify the submitted string to remove any characters that are non-alphanumeric. In other words, only include characters 0-9, A-Z, and a-z. No spaces, dashes... anything.
Thanks!
Doug