Hi there,
I have one question, how can we onSubmit form action check all fields values if they contain a specific charatcer (in regardless what is the field name or how many fields, they might be only a text box).
Lets say i want to raise an alert if on of the text boxes have a letter '~' or '`' or '|' etc..
I managed to make a function to check while the user is typing, but they can copy any text from a notepad then paste it in the text box! Because of this I want to make another check onSubmit.
Thanks in advance
I have one question, how can we onSubmit form action check all fields values if they contain a specific charatcer (in regardless what is the field name or how many fields, they might be only a text box).
Lets say i want to raise an alert if on of the text boxes have a letter '~' or '`' or '|' etc..
I managed to make a function to check while the user is typing, but they can copy any text from a notepad then paste it in the text box! Because of this I want to make another check onSubmit.
Thanks in advance