Hello,
I have a form I need users to fill out.
There's a text input from the form where I would like to block every "-" character that it is entered in it.
For example if someone enters "HMI-895" I want that the text input field from the form to convert that into "HMI895".
Is there any way to do that?
Thanks