How can I notify the user a field (input) is invalid if it contains a special character (%!@.$ , etc.) and prevent a button from being clicked to advance them to another page?
I’ve tried a couple of things like :extract with regex
but can’t seem to get it to work correctly.
Thanks!