Answered
Hello,
As indicated above, I have a Text field that is meant to hold a first name. How can I prevent entry of a space? Can this be done only via JavaScript or is it possible via an Edit pattern?
Along the same lines, is there an easy way to force the data entry to immediately be uppercased? I'm not talking about some JavaScript on the field's exit event...and I've tried attaching said code to the change event with no success. My understanding is that the change event would be triggered every time the user types in one letter?
Thank you!
Her
For #2, what code have you tried?